Skip to content
Snippets Groups Projects
Cargo.lock 325 KiB
Newer Older
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
[[package]]
name = "mixnet"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a"
dependencies = [
 "arrayref",
 "arrayvec 0.7.4",
 "bitflags 1.3.2",
 "blake2 0.10.6",
 "c2-chacha",
 "parking_lot 0.12.3",
 "rand",
 "rand_chacha",
Éloïs's avatar
Éloïs committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"
 "downcast",
 "fragile",
 "lazy_static",
 "mockall_derive 0.11.4",
 "predicates 2.1.5",
 "predicates-tree",
]

[[package]]
name = "mockall"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48"
dependencies = [
 "cfg-if",
 "downcast",
 "fragile",
 "lazy_static",
 "mockall_derive 0.12.1",
 "predicates-tree",
]

[[package]]
name = "mockall_derive"
Éloïs's avatar
Éloïs committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"
Éloïs's avatar
Éloïs committed

[[package]]
name = "mockall_derive"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2"
dependencies = [
 "cfg-if",
 "proc-macro2",
 "quote",
]

[[package]]
name = "multiaddr"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"
dependencies = [
 "arrayref",
 "byteorder",
 "data-encoding",
 "log",
 "multibase",
 "multihash 0.17.0",
 "percent-encoding",
 "serde",
 "static_assertions",
 "unsigned-varint 0.7.2",
 "url",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070"
dependencies = [
 "arrayref",
 "byteorder",
 "data-encoding",
 "percent-encoding",
 "serde",
 "static_assertions",
Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "multibase"
version = "0.9.1"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
 "base-x",
 "data-encoding",
 "data-encoding-macro",
]

Ricardo Rius's avatar
Ricardo Rius committed
[[package]]
name = "multihash"
Ricardo Rius's avatar
Ricardo Rius committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
Ricardo Rius's avatar
Ricardo Rius committed
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
Dan Forbes's avatar
Dan Forbes committed
 "blake3",
 "multihash-derive",
[[package]]
name = "multihash"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
 "blake3",
 "core2",
 "digest 0.10.7",
 "multihash-derive",
 "sha2 0.10.8",
 "sha3",
 "unsigned-varint 0.7.2",
]

[[package]]
name = "multihash"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492"
dependencies = [
 "core2",
 "unsigned-varint 0.7.2",
Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "multihash-derive"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
Dan Forbes's avatar
Dan Forbes committed
 "proc-macro-error",
 "proc-macro2",
 "quote",
[[package]]
name = "multimap"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "multistream-select"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "pin-project",
 "smallvec",
]

[[package]]
name = "nalgebra"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4"
dependencies = [
Éloïs's avatar
Éloïs committed
 "approx",
 "matrixmultiply",
 "nalgebra-macros",
 "num-complex",
Éloïs's avatar
Éloïs committed
 "simba",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
Éloïs's avatar
Éloïs committed
name = "nalgebra-macros"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Éloïs's avatar
Éloïs committed
 "proc-macro2",
 "quote",
Dan Forbes's avatar
Dan Forbes committed
[[package]]
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
[[package]]
name = "netlink-packet-core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
dependencies = [
 "anyhow",
 "byteorder",
 "libc",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-route"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
dependencies = [
 "anyhow",
 "byteorder",
 "libc",
 "netlink-packet-core",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
dependencies = [
 "anyhow",
 "byteorder",
 "paste",
 "thiserror",
]

[[package]]
name = "netlink-proto"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
dependencies = [
 "bytes",
 "log",
 "netlink-packet-core",
 "netlink-sys",
 "thiserror",
 "tokio",
]

[[package]]
name = "netlink-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307"
dependencies = [
 "bytes",
[[package]]
name = "network-interface"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1"
dependencies = [
 "cc",
 "libc",
 "thiserror",
 "winapi",
]

version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"

[[package]]
name = "no-std-net"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"

[[package]]
name = "node-primitives"
version = "2.0.0"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
dependencies = [
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "nohash-hasher"
version = "0.2.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
 "memchr",
 "minimal-lexical",
]

[[package]]
name = "nom_locate"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3"
dependencies = [
 "bytecount",
 "memchr",
[[package]]
name = "nonempty"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"

[[package]]
name = "nonzero_ext"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"

[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 "windows-sys 0.48.0",
]

[[package]]
name = "notify-debouncer-mini"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
dependencies = [
 "log",
 "notify",
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
 "overload",
 "winapi",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "num-bigint"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
dependencies = [
 "num-integer",
[[package]]
name = "num-complex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"

[[package]]
name = "num-format"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "num-integer"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
]

[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "num-traits"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Dan Forbes's avatar
Dan Forbes committed
 "autocfg",
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "object"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
Éloïs's avatar
Éloïs committed
 "crc32fast",
Éloïs's avatar
Éloïs committed
 "memchr",
]
[[package]]
name = "object"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
 "memchr",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
 "asn1-rs 0.5.2",
]

[[package]]
name = "oid-registry"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "once_cell"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
name = "opaque-debug"
version = "0.2.3"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "opaque-debug"
Dan Forbes's avatar
Dan Forbes 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 = [
 "cfg-if",
 "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",
 "quote",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "openssl-probe"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
version = "300.3.1+3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
dependencies = [
 "cc",
]

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

[[package]]
name = "option-ext"
version = "0.2.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"

[[package]]
name = "pallet-atomic-swap"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
Éloïs's avatar
Éloïs committed
name = "pallet-authority-discovery"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
dependencies = [
 "frame-support",
 "frame-system",
Éloïs's avatar
Éloïs committed
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
Éloïs's avatar
Éloïs committed
 "sp-authority-discovery",
[[package]]
name = "pallet-authority-members"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "pallet-authorship"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "scale-info",
Dan Forbes's avatar
Dan Forbes committed
 "sp-runtime",
Éloïs's avatar
Éloïs committed
[[package]]
name = "pallet-babe"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
Éloïs's avatar
Éloïs committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-babe",
Éloïs's avatar
Éloïs committed
 "sp-io",
 "sp-runtime",
 "sp-session",
 "sp-staking",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "pallet-balances"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
Joshy Orndorff's avatar
Joshy Orndorff committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
[[package]]
name = "pallet-certification"
dependencies = [
 "duniter-primitives",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "maplit",
 "parity-scale-codec",
 "scale-info",
[[package]]
name = "pallet-collective"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
[[package]]
name = "pallet-distance"
version = "1.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-authority-members",
 "pallet-authorship",
 "pallet-identity",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-distance",
 "sp-inherents",
[[package]]
name = "pallet-duniter-account"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
Éloïs's avatar
Éloïs committed
 "log",
 "pallet-identity",
 "pallet-quota",
 "pallet-transaction-payment",
Éloïs's avatar
Éloïs committed
 "pallet-treasury",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
[[package]]
name = "pallet-duniter-test-parameters"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-duniter-test-parameters-macro",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-io",
 "sp-runtime",
]

[[package]]
name = "pallet-duniter-test-parameters-macro"
dependencies = [
 "proc-macro2",
 "quote",
[[package]]
name = "pallet-duniter-wot"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-certification",
 "pallet-identity",
 "pallet-membership",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-membership",
 "sp-runtime",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "pallet-grandpa"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
dependencies = [
Dan Forbes's avatar
Dan Forbes committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
Dan Forbes's avatar
Dan Forbes committed
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
Éloïs's avatar
Éloïs committed
 "sp-io",
Éloïs's avatar
Éloïs committed
[[package]]
name = "pallet-identity"
Éloïs's avatar
Éloïs committed
dependencies = [
 "duniter-primitives",
Éloïs's avatar
Éloïs committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
Éloïs's avatar
Éloïs committed
 "serde",
 "sp-core",
 "sp-io",
 "sp-keystore",
Éloïs's avatar
Éloïs committed
 "sp-runtime",
 "substrate-wasm-builder 5.0.0-dev",
Éloïs's avatar
Éloïs committed
[[package]]
name = "pallet-im-online"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
Éloïs's avatar
Éloïs committed
dependencies = [
 "frame-benchmarking",
Éloïs's avatar
Éloïs committed
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
Éloïs's avatar
Éloïs committed
[[package]]
name = "pallet-membership"
Éloïs's avatar
Éloïs committed
dependencies = [
 "duniter-primitives",
Éloïs's avatar
Éloïs committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "maplit",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
Éloïs's avatar
Éloïs committed
 "sp-runtime",
[[package]]
name = "pallet-multisig"
source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51"
dependencies = [
 "frame-benchmarking",
 "frame-support",