marine-rs-sdk/Cargo.lock

403 lines
9.3 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
"winapi",
]
[[package]]
name = "colored"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "ctor"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
dependencies = [
2021-10-07 20:04:54 +03:00
"quote",
"syn",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "diff"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
2021-10-07 20:04:54 +03:00
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
2021-10-07 20:04:54 +03:00
"cfg-if",
"libc",
"wasi",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
2021-10-07 20:04:54 +03:00
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
2021-10-07 20:04:54 +03:00
"libc",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
2021-10-07 20:04:54 +03:00
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
2021-10-07 20:04:54 +03:00
name = "libc"
version = "0.2.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
[[package]]
2021-10-07 20:04:54 +03:00
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
2021-10-07 20:04:54 +03:00
"cfg-if",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "marine-macro"
version = "0.6.14"
dependencies = [
2021-10-07 20:04:54 +03:00
"marine-macro-impl",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "marine-macro-impl"
version = "0.6.14"
dependencies = [
2021-10-07 20:04:54 +03:00
"marine-macro-testing-utils",
"pretty_assertions",
"proc-macro2",
"quote",
2021-10-07 20:04:54 +03:00
"serde",
"serde_json",
"syn",
2021-10-07 20:04:54 +03:00
"uuid",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "marine-macro-testing-utils"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "marine-rs-sdk"
version = "0.6.14"
dependencies = [
2021-10-07 20:04:54 +03:00
"marine-macro",
"marine-rs-sdk-main",
"marine-timestamp-macro",
"serde",
"trybuild",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "marine-rs-sdk-main"
version = "0.6.14"
dependencies = [
2021-10-07 20:04:54 +03:00
"lazy_static",
"log",
"marine-macro",
"serde",
"simple_logger",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "marine-timestamp-macro"
version = "0.6.14"
dependencies = [
2021-10-07 20:04:54 +03:00
"chrono",
"quote",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2021-10-07 20:04:54 +03:00
"autocfg",
"num-traits",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
2021-10-07 20:04:54 +03:00
"autocfg",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
2021-10-07 20:04:54 +03:00
"winapi",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "pretty_assertions"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
dependencies = [
2021-10-07 20:04:54 +03:00
"ansi_term",
"ctor",
"diff",
"output_vt100",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "proc-macro2"
version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
dependencies = [
2021-10-07 20:04:54 +03:00
"unicode-xid",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "quote"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [
2021-10-07 20:04:54 +03:00
"proc-macro2",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
2021-10-07 20:04:54 +03:00
name = "serde"
version = "1.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
dependencies = [
2021-10-07 20:04:54 +03:00
"serde_derive",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "serde_derive"
version = "1.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
dependencies = [
2021-10-07 20:04:54 +03:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "serde_json"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
dependencies = [
2021-10-07 20:04:54 +03:00
"itoa",
"ryu",
"serde",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "simple_logger"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "b7de33c687404ec3045d4a0d437580455257c0436f858d702f244e7d652f9f07"
dependencies = [
2021-10-07 20:04:54 +03:00
"atty",
"chrono",
"colored",
"log",
"winapi",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "syn"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
dependencies = [
2021-10-07 20:04:54 +03:00
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
2021-10-07 20:04:54 +03:00
"winapi-util",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "time"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
2021-10-07 20:04:54 +03:00
"libc",
"wasi",
"winapi",
]
[[package]]
2021-10-07 20:04:54 +03:00
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 20:04:54 +03:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
[[package]]
name = "trybuild"
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e6088028c71b42d26126c208a072670bcb964cfe73904c331b05e9c26080470"
dependencies = [
"glob",
"lazy_static",
"serde",
"serde_json",
"termcolor",
"toml",
]
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2021-10-07 20:04:54 +03:00
"getrandom",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"