Skip to content
Snippets Groups Projects
Cargo.lock 47.7 KiB
Newer Older
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
]

[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"

[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"

Sergey V's avatar
Sergey V committed
[[package]]
name = "ppv-lite86"
version = "0.2.17"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
dependencies = [
 "ansi_term",
 "ctor",
 "difference",
 "output_vt100",
]

Sergey V's avatar
Sergey V committed
[[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 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
Sergey V's avatar
Sergey V committed
 "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 1.0.47",
 "quote 1.0.21",
Sergey V's avatar
Sergey V committed
 "version_check",
]

[[package]]
name = "proc-macro2"
version = "0.4.30"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
Sergey V's avatar
Sergey V committed
dependencies = [
 "unicode-xid",
]

[[package]]
name = "proc-macro2"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
 "unicode-ident",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "protobuf"
version = "2.28.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
Sergey V's avatar
Sergey V committed
dependencies = [
 "bytes",
]

[[package]]
name = "protobuf-build"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a7266835d38c38c73b091a24412de1f4b4382a5195fab1ec038161582b03b78"
dependencies = [
 "bitflags",
 "protobuf",
 "protobuf-codegen",
 "regex",
]

[[package]]
name = "protobuf-codegen"
version = "2.28.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6"
Sergey V's avatar
Sergey V committed
dependencies = [
 "protobuf",
]

[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
 "proc-macro2 0.4.30",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "quote"
version = "1.0.21"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
Sergey V's avatar
Sergey V committed
dependencies = [
 "proc-macro2 1.0.47",
Sergey V's avatar
Sergey V committed
]

[[package]]
name = "raft"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08aa642fc2067062af4d4a3a3b8b909cd80e810b994af44c5a60253fc673f934"
dependencies = [
 "bytes",
 "fxhash",
 "getset",
 "protobuf",
 "raft-proto",
 "rand",
 "slog",
 "slog-envlogger",
 "slog-stdlog",
 "slog-term",
 "thiserror",
]

[[package]]
name = "raft-proto"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b74f65f886af112d6046c131def44849404757d22f835a0b7ef1aa473e4c96f"
dependencies = [
 "bytes",
 "protobuf",
 "protobuf-build",
]

[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
 "libc",
 "rand_chacha",
 "rand_core",
]

[[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",
]

[[package]]
name = "rand_core"
version = "0.6.4"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Sergey V's avatar
Sergey V committed
dependencies = [
 "getrandom",
]

[[package]]
name = "redox_syscall"
version = "0.2.16"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
Sergey V's avatar
Sergey V committed
dependencies = [
 "bitflags",
]

[[package]]
name = "redox_users"
version = "0.4.3"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
Sergey V's avatar
Sergey V committed
dependencies = [
 "getrandom",
 "redox_syscall",
 "thiserror",
Sergey V's avatar
Sergey V committed
]

[[package]]
name = "refpool"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "369e86b80fa7dc8c561dd9613a5bf25c59d2d3073cd66c47fd9e39802f0ecb58"

[[package]]
name = "regex"
version = "1.7.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
Sergey V's avatar
Sergey V committed
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
]

[[package]]
name = "regex-syntax"
version = "0.6.28"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
Sergey V's avatar
Sergey V committed

[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
 "winapi",
]

[[package]]
name = "rmp"
version = "0.8.11"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
Sergey V's avatar
Sergey V committed
dependencies = [
 "byteorder",
 "num-traits",
[[package]]
name = "rmp-serde"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ce7d70c926fe472aed493b902010bccc17fa9f7284145cb8772fd22fdb052d8"
dependencies = [
 "byteorder",
 "rmp",
 "serde",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "rmp-serde"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3eedffbfcc6a428f230c04baf8f59bd73c1781361e4286111fe900849aaddaf"
dependencies = [
 "byteorder",
 "rmp",
 "serde",
]

[[package]]
name = "rmpv"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
dependencies = [
 "num-traits",
 "rmp",
 "serde",
 "serde_bytes",
]

[[package]]
name = "rustversion"
version = "1.0.9"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
Sergey V's avatar
Sergey V committed

[[package]]
name = "ryu"
version = "1.0.11"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
[[package]]
name = "sbroad-core"
version = "0.1.0"
dependencies = [
 "ahash",
 "base64ct",
 "bincode",
 "blake3",
 "hash32",
 "itertools",
 "lazy_static",
 "opentelemetry",
 "opentelemetry-jaeger",
 "pest",
 "pest_derive",
 "rand",
 "rmp-serde 0.14.4",
 "sbroad-proc",
 "serde",
 "serde_yaml",
 "tarantool 0.7.0",
 "uuid 1.2.2",
]

[[package]]
name = "sbroad-picodata"
version = "0.1.0"
dependencies = [
 "ahash",
 "base64ct",
 "bincode",
 "blake3",
 "opentelemetry",
 "opentelemetry-jaeger",
 "rand",
 "rmp",
 "rmp-serde 0.14.4",
 "sbroad-core",
 "sbroad-proc",
 "serde",
 "serde_yaml",
 "tarantool 0.7.0",
 "uuid 1.2.2",
 "yaml-rust",
]

[[package]]
name = "sbroad-proc"
version = "0.1.0"
dependencies = [
 "quote 1.0.21",
 "syn 1.0.105",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "serde"
version = "1.0.150"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91"
Sergey V's avatar
Sergey V committed
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_bytes"
version = "0.11.7"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b"
Sergey V's avatar
Sergey V committed
dependencies = [
 "serde",
]

[[package]]
name = "serde_derive"
version = "1.0.150"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e"
Sergey V's avatar
Sergey V committed
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
Sergey V's avatar
Sergey V committed
]

[[package]]
name = "serde_json"
version = "1.0.89"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
Sergey V's avatar
Sergey V committed
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

[[package]]
name = "serde_yaml"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
 "indexmap",
 "ryu",
 "serde",
 "yaml-rust",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
 "block-buffer 0.9.0",
Sergey V's avatar
Sergey V committed
 "cpufeatures",
 "digest 0.9.0",
Sergey V's avatar
Sergey V committed
 "opaque-debug",
]

[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
 "cfg-if 1.0.0",
 "cpufeatures",
 "digest 0.10.6",
]

[[package]]
name = "slab"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
 "autocfg",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "slog"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"

[[package]]
name = "slog-async"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe"
dependencies = [
 "crossbeam-channel",
 "slog",
 "take_mut",
 "thread_local",
]

[[package]]
name = "slog-envlogger"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "906a1a0bc43fed692df4b82a5e2fbfc3733db8dad8bb514ab27a4f23ad04f5c0"
dependencies = [
 "log",
 "regex",
 "slog",
 "slog-async",
 "slog-scope",
 "slog-stdlog",
 "slog-term",
]

[[package]]
name = "slog-scope"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786"
dependencies = [
 "arc-swap",
 "lazy_static",
 "slog",
]

[[package]]
name = "slog-stdlog"
version = "4.1.1"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e"
Sergey V's avatar
Sergey V committed
dependencies = [
 "log",
 "slog",
 "slog-scope",
]

[[package]]
name = "slog-term"
version = "2.9.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c"
Sergey V's avatar
Sergey V committed
dependencies = [
 "atty",
 "slog",
Sergey V's avatar
Sergey V committed
 "thread_local",
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"

Sergey V's avatar
Sergey V committed
[[package]]
name = "strsim"
version = "0.10.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"

Sergey V's avatar
Sergey V committed
[[package]]
name = "syn"
version = "0.15.44"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
Sergey V's avatar
Sergey V committed
dependencies = [
 "proc-macro2 0.4.30",
 "quote 0.6.13",
Sergey V's avatar
Sergey V committed
 "unicode-xid",
]

[[package]]
name = "syn"
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
Sergey V's avatar
Sergey V committed
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"

[[package]]
name = "tarantool"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#320a3506e46738b7abb44804bec772c9a7077b83"
Sergey V's avatar
Sergey V committed
dependencies = [
Sergey V's avatar
Sergey V committed
 "base64",
 "bitflags",
 "byteorder",
 "futures",
Sergey V's avatar
Sergey V committed
 "libc",
Sergey V's avatar
Sergey V committed
 "log",
 "nix 0.24.3",
Sergey V's avatar
Sergey V committed
 "num-derive",
 "num-traits",
Sergey V's avatar
Sergey V committed
 "refpool",
 "rmp",
 "rmp-serde 1.0.0",
Sergey V's avatar
Sergey V committed
 "rmpv",
 "serde",
 "serde_bytes",
 "serde_json",
 "sha-1",
 "tarantool-proc 0.1.4",
Sergey V's avatar
Sergey V committed
 "thiserror",
 "tlua 0.6.5",
 "uuid 0.8.2",
 "va_list",
]

[[package]]
name = "tarantool"
version = "1.1.0"
dependencies = [
 "async-trait",
 "base64",
 "bitflags",
 "byteorder",
 "dec",
 "dlopen",
 "futures",
 "libc",
 "linkme",
 "log",
 "nix 0.24.3",
 "num-derive",
 "num-traits",
 "once_cell",
 "refpool",
 "rmp",
 "rmp-serde 1.0.0",
 "rmpv",
 "serde",
 "serde_bytes",
 "serde_json",
 "sha-1",
 "tarantool-proc 0.2.0",
 "tester",
 "thiserror",
 "time",
 "uuid 0.8.2",
Sergey V's avatar
Sergey V committed
 "va_list",
]

[[package]]
name = "tarantool-proc"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#320a3506e46738b7abb44804bec772c9a7077b83"
Sergey V's avatar
Sergey V committed
dependencies = [
 "darling",
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
[[package]]
name = "tarantool-proc"
version = "0.2.0"
dependencies = [
 "darling",
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "tempfile"
version = "3.3.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
Sergey V's avatar
Sergey V committed
dependencies = [
 "fastrand",
Sergey V's avatar
Sergey V committed
 "libc",
 "redox_syscall",
 "remove_dir_all",
 "winapi",
]

[[package]]
name = "term"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
dependencies = [
 "dirs",
 "winapi",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
 "dirs-next",
 "rustversion",
 "winapi",
]

[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
 "winapi-util",
]

[[package]]
name = "tester"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
dependencies = [
 "getopts",
 "libc",
 "term 0.6.1",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "textwrap"
version = "0.16.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
Sergey V's avatar
Sergey V committed

[[package]]
name = "thiserror"
version = "1.0.37"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
Sergey V's avatar
Sergey V committed
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.37"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
Sergey V's avatar
Sergey V committed
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
Sergey V's avatar
Sergey V committed
]

[[package]]
name = "thread_local"
version = "1.1.4"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Sergey V's avatar
Sergey V committed
dependencies = [
 "once_cell",
]

[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
 "num_cpus",
]

[[package]]
name = "thrift"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"
dependencies = [
 "byteorder",
 "integer-encoding",
 "log",
 "ordered-float",
 "threadpool",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "time"
version = "0.3.17"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
Sergey V's avatar
Sergey V committed
dependencies = [
Sergey V's avatar
Sergey V committed
 "libc",
 "num_threads",
 "serde",
 "time-core",
 "time-macros",
]

[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"

[[package]]
name = "time-macros"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
dependencies = [
 "time-core",
Sergey V's avatar
Sergey V committed
]

[[package]]
name = "tlua"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#320a3506e46738b7abb44804bec772c9a7077b83"
Sergey V's avatar
Sergey V committed
dependencies = [
 "libc",
 "serde",
 "tlua-derive 0.1.4",
]

[[package]]
name = "tlua"
version = "1.0.0"
dependencies = [
 "libc",
 "serde",
 "thiserror",
 "tlua-derive 0.2.0",
Sergey V's avatar
Sergey V committed
]

[[package]]
name = "tlua-derive"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#320a3506e46738b7abb44804bec772c9a7077b83"
Sergey V's avatar
Sergey V committed
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
[[package]]
name = "tlua-derive"
version = "0.2.0"
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "typenum"
version = "1.16.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "ucd-trie"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"

[[package]]
name = "unicode-ident"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"

Sergey V's avatar
Sergey V committed
[[package]]
name = "unicode-xid"
version = "0.1.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
Sergey V's avatar
Sergey V committed

[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"

[[package]]
name = "uuid"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
dependencies = [
 "getrandom",
 "md-5",
 "rand",
 "uuid-macro-internal",
]

[[package]]
name = "uuid-macro-internal"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b300a878652a387d2a0de915bdae8f1a548f0c6d45e072fe2688794b656cc9"
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
Sergey V's avatar
Sergey V committed
[[package]]
name = "va_list"
version = "0.1.4"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "350bd5ef744f978a387cd08ce514be4e3766746496f355d59d68af36f52d36da"
Sergey V's avatar
Sergey V committed

[[package]]
name = "version_check"
version = "0.9.4"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Sergey V's avatar
Sergey V committed

[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
dependencies = [
 "cfg-if 1.0.0",
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
dependencies = [
 "bumpalo",
 "log",
 "once_cell",
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
dependencies = [
 "quote 1.0.21",
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
dependencies = [
 "proc-macro2 1.0.47",
 "quote 1.0.21",
 "syn 1.0.105",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"

Sergey V's avatar
Sergey V committed
[[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",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
 "linked-hash-map",
]