Cargo.lock 260 KB
Newer Older
 "parking_lot 0.11.1",
 "unicase",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "jsonrpc-ipc-server"
version = "18.0.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.3.17",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "jsonrpc-server-utils",
Gavin Wood's avatar
Gavin Wood committed
 "parity-tokio-ipc",
 "parking_lot 0.11.1",
 "tower-service",
Gavin Wood's avatar
Gavin Wood committed
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "jsonrpc-pubsub"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.17",
 "jsonrpc-core",
 "lazy_static",
 "parking_lot 0.11.1",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-server-utils"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
dependencies = [
 "bytes 1.0.1",
 "futures 0.3.17",
 "globset",
 "jsonrpc-core",
 "lazy_static",
 "tokio-stream",
 "tokio-util",
 "unicase",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-ws-server"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.17",
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "parity-ws",
 "parking_lot 0.11.1",
[[package]]
name = "jsonrpsee-proc-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f37924e16300e249a52a22cabb5632f846dc9760b39355f5e8bc70cd23dc6300"
dependencies = [
 "Inflector",
 "proc-macro-crate 1.1.0",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "jsonrpsee-types"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d67724d368c59e08b557a516cf8fcc51100e7a708850f502e1044b151fe89788"
dependencies = [
 "async-trait",
 "beef",
 "futures-channel",
 "futures-util",
 "log",
 "serde",
 "serde_json",
 "soketto 0.6.0",
 "thiserror",
]

[[package]]
name = "jsonrpsee-ws-client"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2834b6e7f57ce9a4412ed4d6dc95125d2c8612e68f86b9d9a07369164e4198"
dependencies = [
 "async-trait",
 "fnv",
 "futures 0.3.17",
 "jsonrpsee-types",
 "pin-project 1.0.8",
 "serde",
 "serde_json",
 "soketto 0.6.0",
 "thiserror",
 "tokio",
 "tokio-rustls",
 "tokio-util",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
[[package]]
name = "kusama-runtime"
 "bitvec 0.20.1",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
 "hex-literal",
 "log",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-bounties",
 "pallet-collective",
 "pallet-democracy",
 "pallet-election-provider-multi-phase",
 "pallet-elections-phragmen",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-mmr-primitives",
 "pallet-nicks",
 "pallet-offences",
 "pallet-offences-benchmarking",
 "pallet-proxy",
 "pallet-recovery",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-scheduler",
 "pallet-session",
 "pallet-session-benchmarking",
 "pallet-society",
 "pallet-staking",
 "pallet-staking-reward-fn",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-runtime-parachains",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-npos-elections",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "static_assertions",
 "substrate-wasm-builder",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
[[package]]
name = "kvdb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"
dependencies = [
 "parity-util-mem",
]

[[package]]
name = "kvdb-memorydb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"
dependencies = [
 "kvdb",
 "parity-util-mem",
]

[[package]]
name = "kvdb-rocksdb"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"
dependencies = [
 "fs-swap",
 "kvdb",
 "num_cpus",
 "owning_ref",
 "parity-util-mem",
 "regex",
 "rocksdb",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "lazy_static"
Gavin Wood's avatar
Gavin Wood committed
version = "1.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "lazycell"
version = "1.2.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "libc"
version = "0.2.101"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "libgit2-sys"
version = "0.12.23+1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29730a445bae719db3107078b46808cc45a5b7a6bae3f31272923af969453356"
dependencies = [
 "cc",
 "libc",
 "libz-sys",
 "pkg-config",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libloading"
version = "0.5.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.3.9",
[[package]]
name = "libloading"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
dependencies = [
 "cfg-if 1.0.0",
 "winapi 0.3.9",
]

[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"
dependencies = [
 "atomic",
 "futures 0.3.17",
 "lazy_static",
 "libp2p-core",
 "libp2p-deflate",
 "libp2p-dns",
 "libp2p-floodsub",
 "libp2p-gossipsub",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-mplex",
 "libp2p-noise",
 "libp2p-ping",
 "libp2p-plaintext",
 "libp2p-pnet",
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-swarm-derive",
 "libp2p-tcp",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parking_lot 0.11.1",
 "pin-project 1.0.8",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af9b4abdeaa420593a297c8592f63fad4234f4b88dc9343b8fd8e736c35faa59"
dependencies = [
 "asn1_der",
 "bs58",
 "ed25519-dalek",
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "lazy_static",
 "multistream-select",
 "parking_lot 0.11.1",
 "pin-project 1.0.8",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2 0.9.2",
 "thiserror",
 "unsigned-varint 0.7.0",
 "void",
 "zeroize",
[[package]]
name = "libp2p-deflate"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"
dependencies = [
 "flate2",
 "futures 0.3.17",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-dns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"
dependencies = [
 "async-std-resolver",
 "futures 0.3.17",
 "libp2p-core",
 "trust-dns-resolver",
]

[[package]]
name = "libp2p-floodsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "404eca8720967179dac7a5b4275eb91f904a53859c69ca8d018560ad6beb214f"
dependencies = [
 "cuckoofilter",
 "fnv",
 "futures 0.3.17",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
]

[[package]]
name = "libp2p-gossipsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1cc48709bcbc3a3321f08a73560b4bbb4166a7d56f6fdb615bc775f4f91058e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "asynchronous-codec 0.6.0",
 "base64 0.13.0",
 "byteorder",
 "futures 0.3.17",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "sha2 0.9.2",
 "unsigned-varint 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "libp2p-identify"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.3.17",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-kad"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50ed78489c87924235665a0ab345b298ee34dff0f7ad62c0ba6608b2144fb75e"
dependencies = [
 "arrayvec 0.5.2",
 "asynchronous-codec 0.6.0",
 "either",
 "fnv",
 "futures 0.3.17",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.2",
 "unsigned-varint 0.7.0",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a29e6cbc2a24b8471b6567e580a0e8e7b70a6d0f0ea2be0844d1e842d7d4fa33"
dependencies = [
 "data-encoding",
 "dns-parser",
 "futures 0.3.17",
 "lazy_static",
 "libp2p-core",
 "libp2p-swarm",
 "rand 0.8.4",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-mplex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "asynchronous-codec 0.6.0",
 "futures 0.3.17",
 "libp2p-core",
 "nohash-hasher",
 "parking_lot 0.11.1",
 "rand 0.7.3",
 "unsigned-varint 0.7.0",
[[package]]
name = "libp2p-noise"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"
 "curve25519-dalek 3.0.0",
 "futures 0.3.17",
 "lazy_static",
 "libp2p-core",
 "prost",
 "prost-build",
 "sha2 0.9.2",
 "snow",
 "static_assertions",
 "zeroize",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-ping"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"
dependencies = [
 "futures 0.3.17",
 "libp2p-core",
 "libp2p-swarm",
 "rand 0.7.3",
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-plaintext"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"
dependencies = [
 "asynchronous-codec 0.6.0",
 "futures 0.3.17",
 "libp2p-core",
 "prost",
 "prost-build",
 "unsigned-varint 0.7.0",
 "void",
]

[[package]]
name = "libp2p-pnet"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"
dependencies = [
 "futures 0.3.17",
 "pin-project 1.0.8",
 "rand 0.7.3",
 "salsa20",
[[package]]
name = "libp2p-relay"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "pin-project 1.0.8",
 "prost",
 "prost-build",
 "unsigned-varint 0.7.0",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-request-response"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"
dependencies = [
 "async-trait",
 "futures 0.3.17",
 "libp2p-core",
 "libp2p-swarm",
 "unsigned-varint 0.7.0",
[[package]]
name = "libp2p-swarm"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"
dependencies = [
 "futures 0.3.17",
 "libp2p-core",
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-swarm-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8cb308d4fc854869f5abb54fdab0833d2cf670d407c745849dc47e6e08d79c"
dependencies = [
 "quote",
 "syn",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-tcp"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.17",
 "futures-timer 3.0.2",
 "libp2p-core",
[[package]]
name = "libp2p-uds"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"
dependencies = [
 "async-std",
 "futures 0.3.17",
 "libp2p-core",
[[package]]
name = "libp2p-wasm-ext"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"
dependencies = [
 "futures 0.3.17",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"
 "either",
 "futures 0.3.17",
 "libp2p-core",
 "quicksink",
 "rw-stream-sink",
 "soketto 0.4.1",
 "webpki-roots",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-yamux"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"
dependencies = [
 "futures 0.3.17",
 "libp2p-core",
 "parking_lot 0.11.1",
 "thiserror",
 "yamux",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "librocksdb-sys"
version = "6.20.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"
dependencies = [
 "bindgen",
 "cc",
 "glob",
 "libc",
asynchronous rob's avatar
asynchronous rob committed

thiolliere's avatar
thiolliere committed
[[package]]
name = "libsecp256k1"
thiolliere's avatar
thiolliere committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"
thiolliere's avatar
thiolliere committed
dependencies = [
 "arrayref",
 "base64 0.12.3",
 "digest 0.9.0",
 "hmac-drbg",
 "libsecp256k1-core",
 "libsecp256k1-gen-ecmult",
 "libsecp256k1-gen-genmult",
 "rand 0.7.3",
 "typenum",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "libsecp256k1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
dependencies = [
 "arrayref",
 "base64 0.12.3",
 "digest 0.9.0",
 "libsecp256k1-core",
 "libsecp256k1-gen-ecmult",
 "libsecp256k1-gen-genmult",
 "rand 0.7.3",
 "serde",
 "sha2 0.9.2",
 "typenum",
]

[[package]]
name = "libsecp256k1-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
dependencies = [
 "crunchy",
 "digest 0.9.0",
]

[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
dependencies = [
 "libsecp256k1-core",
]

[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
dependencies = [
 "libsecp256k1-core",
]

[[package]]
name = "libz-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
dependencies = [
 "pkg-config",
 "vcpkg",
[[package]]
name = "linked-hash-map"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "linked_hash_set"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"
dependencies = [
 "linked-hash-map",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395"
 "nalgebra",
 "statrs",
[[package]]
name = "lock_api"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
 "scopeguard",
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "log"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
[[package]]
name = "loom"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
dependencies = [