Skip to content
Snippets Groups Projects
Cargo.lock 105 KiB
Newer Older
dependencies = [
 "autocfg",
 "scopeguard",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "log"
version = "0.4.21"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"

[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
 "cfg-if 1.0.0",
 "digest 0.10.7",
Sergey V's avatar
Sergey V committed
[[package]]
name = "memchr"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
 "autocfg",
]

[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"

[[package]]
name = "miniz_oxide"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
 "libc",
 "log",
 "wasi",
 "windows-sys 0.48.0",
]

[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
 "lazy_static",
 "libc",
 "log",
 "openssl",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "security-framework",
 "security-framework-sys",
 "tempfile",
]

[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
 "smallvec",
]

[[package]]
name = "nix"
version = "0.26.4"
source = "git+https://git.picodata.io/picodata/picodata/nix.git?branch=fix-memfd-create-for-older-libc-backport-26-4#92a95c75320be3e268ba320283526e1096ea2211"
dependencies = [
 "bitflags 1.3.2",
 "cfg-if 1.0.0",
 "libc",
 "memoffset",
Sergey V's avatar
Sergey V committed
[[package]]
name = "num-traits"
version = "0.2.18"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
Sergey V's avatar
Sergey V committed
dependencies = [
 "autocfg",
]

[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
 "hermit-abi 0.3.9",
 "libc",
]

[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
 "libc",
]

[[package]]
name = "number2name"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cae46955e0f1ad0140de5d47b3cf331e391c069d06a6a6c268c4610b3a81a26"
dependencies = [
 "lazy_static",
 "structopt",
]

[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"

[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
 "memchr",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "once_cell"
version = "1.19.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
Sergey V's avatar
Sergey V committed

[[package]]
name = "opaque-debug"
version = "0.3.1"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "openssl"
version = "0.10.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
dependencies = [
 "bitflags 2.5.0",
 "cfg-if 1.0.0",
 "foreign-types",
 "libc",
 "once_cell",
 "openssl-macros",
 "openssl-sys",
]

[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
 "proc-macro2 1.0.80",
 "quote 1.0.36",
 "syn 2.0.59",
]

[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"

[[package]]
name = "openssl-sys"
version = "0.9.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
dependencies = [
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
]

[[package]]
name = "opentelemetry"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
dependencies = [
 "async-trait",
 "crossbeam-channel",
 "futures-channel",
 "futures-executor",
 "futures-util",
 "js-sys",
 "lazy_static",
 "percent-encoding",
 "pin-project",
godzie44's avatar
godzie44 committed
 "rand 0.8.5",
[[package]]
name = "os_str_bytes"
version = "6.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
 "winapi",
]

[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
 "lock_api",
 "parking_lot_core",
]

[[package]]
name = "parking_lot_core"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
 "cfg-if 1.0.0",
 "libc",
 "redox_syscall",
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"

[[package]]
name = "pest"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95"
dependencies = [
 "thiserror",
 "ucd-trie",
]

[[package]]
name = "pest_derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c"
dependencies = [
 "pest",
 "pest_generator",
]

[[package]]
name = "pest_generator"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd"
dependencies = [
 "pest",
 "pest_meta",
 "proc-macro2 1.0.80",
 "quote 1.0.36",
 "syn 2.0.59",
]

[[package]]
name = "pest_meta"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca"
dependencies = [
 "once_cell",
 "pest",
 "sha2",
]

[[package]]
name = "pico_proc_macro"
version = "0.1.0"
dependencies = [
 "proc-macro2 1.0.80",
 "quote 1.0.36",
Sergey V's avatar
Sergey V committed
[[package]]
name = "picodata"
version = "24.3.0"
Sergey V's avatar
Sergey V committed
dependencies = [
 "abi_stable",
 "blake3",
Sergey V's avatar
Sergey V committed
 "bytes",
 "comfy-table",
Sergey V's avatar
Sergey V committed
 "libc",
 "libloading 0.8.3",
 "linkme 0.3.25",
 "once_cell",
 "picodata-sdk",
godzie44's avatar
godzie44 committed
 "picoplugin",
 "pretty_assertions 0.6.1",
Yaroslav Dynnikov's avatar
Yaroslav Dynnikov committed
 "protobuf",
Sergey V's avatar
Sergey V committed
 "raft",
godzie44's avatar
godzie44 committed
 "rand 0.8.5",
 "rmpv",
 "rustyline",
 "rustyline-derive",
 "sbroad-core",
Sergey V's avatar
Sergey V committed
 "serde",
Yaroslav Dynnikov's avatar
Yaroslav Dynnikov committed
 "serde_bytes",
Sergey V's avatar
Sergey V committed
 "serde_json",
 "serde_yaml 0.9.34+deprecated",
Sergey V's avatar
Sergey V committed
 "slog",
Andrey Strochuk's avatar
Andrey Strochuk committed
 "tarantool 5.0.0",
Sergey V's avatar
Sergey V committed
 "tempfile",
 "thiserror",
[[package]]
name = "picodata-sdk"
version = "0.1.0"
dependencies = [
 "libloading 0.8.3",
godzie44's avatar
godzie44 committed
[[package]]
name = "picoplugin"
version = "0.1.0"
dependencies = [
 "abi_stable",
 "gensym",
 "linkme 0.3.25",
 "picoplugin_gen",
 "rmp",
 "rmp-serde",
 "serde",
 "tarantool 5.0.0 (git+https://github.com/picodata/tarantool-module?rev=dbebcc0)",
]

[[package]]
name = "picoplugin_gen"
version = "0.1.0"
dependencies = [
 "proc-macro2 1.0.80",
 "quote 1.0.36",
godzie44's avatar
godzie44 committed
 "syn 1.0.109",
 "tarantool 5.0.0 (git+https://github.com/picodata/tarantool-module?rev=dbebcc0)",
]

[[package]]
name = "pin-project"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
 "proc-macro2 1.0.80",
 "quote 1.0.36",
 "syn 2.0.59",
[[package]]
name = "pin-project-lite"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"

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

[[package]]
name = "pkg-config"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"

[[package]]
name = "plugin-example"
version = "0.1.0"
dependencies = [
 "picodata-sdk",
]

[[package]]
name = "plugin-example2"
version = "0.1.0"
dependencies = [
 "picodata-sdk",
 "serde_json",
]

[[package]]
name = "portable-atomic"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"

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 = "prctl"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "059a34f111a9dee2ce1ac2826a68b24601c4298cfeb1a587c3cb493d5ab46f52"
dependencies = [
 "libc",
 "nix",
]

[[package]]
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
dependencies = [
[[package]]
name = "pretty_assertions"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
 "diff",
 "yansi",
]

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.80",
 "quote 1.0.36",
 "syn 1.0.109",
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.80",
 "quote 1.0.36",
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
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 1.3.2",
Sergey V's avatar
Sergey V committed
 "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"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
Sergey V's avatar
Sergey V committed
dependencies = [
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
 "endian-type",
 "nibble_vec",
]

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",
godzie44's avatar
godzie44 committed
 "rand 0.8.5",
Sergey V's avatar
Sergey V committed
 "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",
godzie44's avatar
godzie44 committed
 "rand_chacha 0.3.1",
 "rand_core 0.6.4",
]

[[package]]
name = "rand"
version = "0.9.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31e63ea85be51c423e52ba8f2e68a3efd53eed30203ee029dd09947333693e"
dependencies = [
 "rand_chacha 0.9.0-alpha.1",
 "rand_core 0.9.0-alpha.1",
 "zerocopy 0.8.0-alpha.6",
Sergey V's avatar
Sergey V committed
]

[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
 "ppv-lite86",
godzie44's avatar
godzie44 committed
 "rand_core 0.6.4",
]

[[package]]
name = "rand_chacha"
version = "0.9.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78674ef918c19451dbd250f8201f8619b494f64c9aa6f3adb28fd8a0f1f6da46"
dependencies = [
 "ppv-lite86",
 "rand_core 0.9.0-alpha.1",
Sergey V's avatar
Sergey V committed
]

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

godzie44's avatar
godzie44 committed
[[package]]
name = "rand_core"
version = "0.9.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc89dffba8377c5ec847d12bb41492bda235dba31a25e8b695cd0fe6589eb8c9"
dependencies = [
 "getrandom",
 "zerocopy 0.8.0-alpha.6",
]

Sergey V's avatar
Sergey V committed
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
 "bitflags 1.3.2",
Sergey V's avatar
Sergey V committed
[[package]]
name = "redox_users"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
Sergey V's avatar
Sergey V committed
dependencies = [
 "getrandom",
 "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.10.4"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
Sergey V's avatar
Sergey V committed
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-automata",
Sergey V's avatar
Sergey V committed
 "regex-syntax",
]

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

[[package]]
name = "regex-syntax"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "repr_offset"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb1070755bd29dffc19d0971cab794e607839ba2ef4b69a9e6fbc8733c1b72ea"
dependencies = [
 "tstr",
]

[[package]]
name = "reqwest"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19"
dependencies = [
 "base64 0.22.0",
 "bytes",
 "encoding_rs",
 "futures-core",
 "futures-util",
 "h2 0.4.4",
 "http 1.1.0",
 "http-body 1.0.0",
 "http-body-util",
 "hyper-tls",
 "hyper-util",
 "ipnet",
 "js-sys",
 "log",
 "mime",
 "native-tls",
 "once_cell",
 "percent-encoding",
 "pin-project-lite",
 "rustls-pemfile",
 "serde",
 "serde_json",
 "serde_urlencoded",
 "sync_wrapper",
 "system-configuration",
 "tokio",
 "tokio-native-tls",
 "tower-service",
 "url",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
 "winreg",
]

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

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

[[package]]
name = "rmp-serialize"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e773be7fd9a452dd10294a1d0b6080bd7b858ddb3100d1b8818a97c1a4c4b47"
dependencies = [
 "rmp",
 "rustc-serialize",
]

Sergey V's avatar
Sergey V committed
[[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 = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"

[[package]]
name = "rustc-serialize"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401"

[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
 "semver",
]

[[package]]
name = "rustix"
version = "0.38.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
dependencies = [
 "bitflags 2.5.0",
 "linux-raw-sys",
 "windows-sys 0.52.0",
[[package]]
name = "rustls-pemfile"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
dependencies = [
 "base64 0.22.0",
 "rustls-pki-types",
]

[[package]]
name = "rustls-pki-types"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"

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

[[package]]
name = "rusty_tarantool"
version = "0.3.0"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a9a5c1e274d62ea9918827aede12f27f16f9637c35144f455ad60eb83b1b9c"
dependencies = [
 "base64 0.12.3",
 "byteorder",
 "bytes",
 "env_logger",
 "futures",
 "futures-channel",
 "futures-core",
 "futures-sink",
 "futures-util",
 "log",
 "maplit",
 "rmp",
 "rmp-serde",
 "rmp-serialize",
 "rmpv",
 "rustc-serialize",
 "serde",
 "serde_derive",
 "sha1",
 "tokio",
 "tokio-util",
]
[[package]]
name = "rustyline"
version = "12.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "994eca4bca05c87e86e15d90fc7a91d1be64b4482b38cb2d27474568fe7c9db9"
dependencies = [
 "bitflags 2.5.0",
 "cfg-if 1.0.0",
 "clipboard-win",
 "fd-lock",
 "home",
 "libc",
 "log",
 "memchr",
 "radix_trie",
 "scopeguard",
 "unicode-segmentation",
 "unicode-width",
 "utf8parse",
 "winapi",
]

[[package]]
name = "rustyline-derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951"
dependencies = [
 "proc-macro2 1.0.80",
 "quote 1.0.36",
 "syn 2.0.59",
Sergey V's avatar
Sergey V committed
[[package]]
name = "ryu"
version = "1.0.17"
Sergey V's avatar
Sergey V committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
[[package]]
name = "sbroad-core"
version = "0.1.0"
dependencies = [
 "base64ct",
 "bincode",
 "blake3",
 "hash32",
 "itertools",
 "opentelemetry",
 "pest",
 "pest_derive",
 "pretty_assertions 1.4.0",
godzie44's avatar
godzie44 committed
 "rand 0.8.5",