Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
@@ -0,0 +1 @@
{"$comment":"This file only protects against accidental modifications. It is not a security mechanism and does not protect against malicious changes.","files":{".cargo_vcs_info.json":"59361010f84679379d28b06ffe1038d8d0c297cab8fa8eb30cb4e79000cf4a19","COPYING":"01c266bced4a434da0051174d6bee16a4c82cf634e2679b6155d40d75012390f","Cargo.lock":"8cb4a20f903d78c3cc430c1c932b57e477e10ec5dd46eeb08e3a06f5dc344eba","Cargo.toml":"c6e01bfffc327f617522eeb2b4f26db55a427263269469f2e6cc0fc33e2900e1","Cargo.toml.orig":"5a2d5611c14f94401114fb6eb3e6612ce72f61b28e463071f39c03ea3d615c01","LICENSE-MIT":"0f96a83840e146e43c0ec96a22ec1f392e0680e6c1226e6f3ba87e0740af850f","README.md":"3f4da216182aa851357acfccafb4bf6643098f6a2a5a5e62e50dca8e6fe486b8","UNLICENSE":"7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c","lib.rs":"d62de2a06634da10d3cb542b340dc4cf46336f3c68011c3aa4b5026bfff24201"},"package":"875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"}
@@ -0,0 +1,6 @@
{
"git": {
"sha1": "939549520e6004b051b02c8b5f74973b833f3670"
},
"path_in_vcs": "crates/jiff-tzdb-platform"
}
+3
View File
@@ -0,0 +1,3 @@
This project is dual-licensed under the Unlicense and MIT licenses.
You may use this code under the terms of either license.
+16
View File
@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "jiff-tzdb"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
[[package]]
name = "jiff-tzdb-platform"
version = "0.1.3"
dependencies = [
"jiff-tzdb",
]
+53
View File
@@ -0,0 +1,53 @@
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.70"
name = "jiff-tzdb-platform"
version = "0.1.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = false
include = [
"/*.rs",
"COPYING",
"LICENSE-MIT",
"UNLICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
The entire Time Zone Database embedded into your binary for specific platforms.
"""
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-tzdb-platform"
documentation = "https://docs.rs/jiff-tzdb-platform"
readme = "README.md"
keywords = [
"date",
"time",
"temporal",
"zone",
"iana",
]
categories = ["date-and-time"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/jiff"
[lib]
name = "jiff_tzdb_platform"
path = "lib.rs"
bench = false
[dependencies.jiff-tzdb]
version = "0.1.4"
+25
View File
@@ -0,0 +1,25 @@
[package]
name = "jiff-tzdb-platform"
version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
license = "Unlicense OR MIT"
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-tzdb-platform"
repository = "https://github.com/BurntSushi/jiff"
documentation = "https://docs.rs/jiff-tzdb-platform"
description = """
The entire Time Zone Database embedded into your binary for specific platforms.
"""
categories = ["date-and-time"]
keywords = ["date", "time", "temporal", "zone", "iana"]
workspace = "../.."
edition = "2021"
rust-version = "1.70"
include = ["/*.rs", "COPYING", "LICENSE-MIT", "UNLICENSE"]
[lib]
name = "jiff_tzdb_platform"
bench = false
path = "lib.rs"
[dependencies]
jiff-tzdb = { version = "0.1.4", path = "../jiff-tzdb" }
+21
View File
@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Andrew Gallant
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
+21
View File
@@ -0,0 +1,21 @@
jiff-tzdb-platform
==================
This is an optional dependency of `jiff` that embeds the entire [IANA Time Zone
Database] into the compiled binary only on specific platforms. Specifically, it
embeds the binary [TZif] for each time zone.
The platforms for which this embeds the data are controlled via the Jiff
dependency on this crate. Namely, this crate merely serves as a target
dependent proxy. It exists because target specific Cargo features don't exist.
The idea is that this crate is an optional dependency that is enabled by
default, but due to its target specific nature, it is only enabled for specific
platforms that lack a system copy of the IANA Time Zone Database (i.e.,
Windows).
[IANA Time Zone Database]: https://www.iana.org/time-zones
[TZif]: https://datatracker.ietf.org/doc/html/rfc8536
### Documentation
https://docs.rs/jiff-tzdb-platform
+24
View File
@@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
+21
View File
@@ -0,0 +1,21 @@
/*!
A crate that embeds data from the [IANA Time Zone Database] for platforms
without a system copy.
This crate re-exports [`jiff-tzdb`]. Its only purpose in existing is as a
target specific dependency of [Jiff]. Specifically, it allows a particular
dependency pattern that lets Jiff depend on `jiff-tzdb` on Windows by default
(without needing users to opt into it), while specifically *not* depending on
it by default for Unix platforms. This configuration is desirable because
Windows does not have a standard system copy of the Time Zone Database while
most Unix platforms do. And indeed, it is desirable to use the system copy
whenever possible.
[IANA Time Zone Database]: https://www.iana.org/time-zones
[`jiff-tzdb`]: https://docs.rs/jiff-tzdb
[Jiff]: https://docs.rs/jiff
*/
#![no_std]
pub extern crate jiff_tzdb;