453 lines
12 KiB
Plaintext
453 lines
12 KiB
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 3
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstream"
|
||
|
|
version = "0.6.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
||
|
|
dependencies = [
|
||
|
|
"anstyle",
|
||
|
|
"anstyle-parse",
|
||
|
|
"anstyle-query",
|
||
|
|
"anstyle-wincon",
|
||
|
|
"colorchoice",
|
||
|
|
"is_terminal_polyfill",
|
||
|
|
"utf8parse",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle"
|
||
|
|
version = "1.0.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle-parse"
|
||
|
|
version = "0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
||
|
|
dependencies = [
|
||
|
|
"utf8parse",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle-query"
|
||
|
|
version = "1.0.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anstyle-wincon"
|
||
|
|
version = "3.0.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
||
|
|
dependencies = [
|
||
|
|
"anstyle",
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "anyhow"
|
||
|
|
version = "1.0.86"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitflags"
|
||
|
|
version = "2.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg-if"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clap"
|
||
|
|
version = "4.5.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
||
|
|
dependencies = [
|
||
|
|
"clap_builder",
|
||
|
|
"clap_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clap_builder"
|
||
|
|
version = "4.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
||
|
|
dependencies = [
|
||
|
|
"anstream",
|
||
|
|
"anstyle",
|
||
|
|
"clap_lex",
|
||
|
|
"strsim",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clap_derive"
|
||
|
|
version = "4.5.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
||
|
|
dependencies = [
|
||
|
|
"heck",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "clap_lex"
|
||
|
|
version = "0.7.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "colorchoice"
|
||
|
|
version = "1.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs"
|
||
|
|
version = "5.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
||
|
|
dependencies = [
|
||
|
|
"dirs-sys",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs-sys"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"option-ext",
|
||
|
|
"redox_users",
|
||
|
|
"windows-sys 0.48.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.2.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"wasi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "heck"
|
||
|
|
version = "0.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "is_terminal_polyfill"
|
||
|
|
version = "1.70.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libc"
|
||
|
|
version = "0.2.155"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libredox"
|
||
|
|
version = "0.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "option-ext"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro2"
|
||
|
|
version = "1.0.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "quote"
|
||
|
|
version = "1.0.36"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_users"
|
||
|
|
version = "0.4.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom",
|
||
|
|
"libredox",
|
||
|
|
"thiserror",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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 = "shellexpand"
|
||
|
|
version = "3.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
||
|
|
dependencies = [
|
||
|
|
"dirs",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "strsim"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "syn"
|
||
|
|
version = "2.0.65"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "1.0.61"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "1.0.61"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "trackmania_config_generator"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"anyhow",
|
||
|
|
"clap",
|
||
|
|
"shellexpand",
|
||
|
|
"walkdir",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-ident"
|
||
|
|
version = "1.0.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "utf8parse"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
||
|
|
|
||
|
|
[[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 = "wasi"
|
||
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi-util"
|
||
|
|
version = "0.1.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.52.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.5",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
||
|
|
dependencies = [
|
||
|
|
"windows_aarch64_gnullvm 0.52.5",
|
||
|
|
"windows_aarch64_msvc 0.52.5",
|
||
|
|
"windows_i686_gnu 0.52.5",
|
||
|
|
"windows_i686_gnullvm",
|
||
|
|
"windows_i686_msvc 0.52.5",
|
||
|
|
"windows_x86_64_gnu 0.52.5",
|
||
|
|
"windows_x86_64_gnullvm 0.52.5",
|
||
|
|
"windows_x86_64_msvc 0.52.5",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnullvm"
|
||
|
|
version = "0.52.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
||
|
|
|
||
|
|
[[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.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|