rustversion 1.0.15

Conditional compilation according to rustc compiler version
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "dissimilar"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "hashbrown"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "indexmap"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hashbrown 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "memchr"
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "proc-macro2"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rustversion"
version = "1.0.15"
dependencies = [
 "trybuild 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ryu"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde_derive 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_derive"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 2.0.58 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_json"
version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "itoa 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_spanned"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "syn"
version = "2.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi-util 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "toml"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_spanned 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml_datetime 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml_edit 0.22.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "toml_edit"
version = "0.22.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "indexmap 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_spanned 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml_datetime 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "winnow 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "trybuild"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "dissimilar 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "winapi-util"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "winnow"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[metadata]
"checksum dissimilar 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
"checksum equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
"checksum glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
"checksum hashbrown 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)" = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
"checksum indexmap 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
"checksum itoa 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
"checksum memchr 2.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
"checksum once_cell 1.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
"checksum proc-macro2 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
"checksum quote 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
"checksum ryu 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
"checksum serde 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)" = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
"checksum serde_derive 1.0.197 (registry+https://github.com/rust-lang/crates.io-index)" = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
"checksum serde_json 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)" = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
"checksum serde_spanned 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
"checksum syn 2.0.58 (registry+https://github.com/rust-lang/crates.io-index)" = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
"checksum termcolor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
"checksum toml 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
"checksum toml_datetime 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
"checksum toml_edit 0.22.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
"checksum trybuild 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a"
"checksum unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-util 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
"checksum winnow 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"