solana-program-library/token/Cargo.lock

394 lines
9.8 KiB
Plaintext
Raw Normal View History

2020-05-29 15:00:47 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
[[package]]
name = "bincode"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
dependencies = [
"byteorder",
"serde",
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
2020-06-03 10:28:14 -07:00
"generic-array",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
[[package]]
name = "bs58"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "crypto-mac"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
dependencies = [
2020-06-03 10:28:14 -07:00
"generic-array",
2020-05-29 15:00:47 -07:00
"subtle",
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
2020-06-03 10:28:14 -07:00
"generic-array",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "either"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
"typenum",
]
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
dependencies = [
"crypto-mac",
"digest",
]
[[package]]
name = "itertools"
2020-06-03 10:28:14 -07:00
version = "0.9.0"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 10:28:14 -07:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
2020-05-29 15:00:47 -07:00
dependencies = [
"either",
]
[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
"cfg-if",
]
[[package]]
name = "num-derive"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "num-derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746"
dependencies = [
2020-06-05 08:38:48 -07:00
"proc-macro2 1.0.18",
2020-05-29 16:03:59 -07:00
"quote 1.0.6",
2020-06-05 08:38:48 -07:00
"syn 1.0.30",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "num-traits"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
"autocfg",
]
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
dependencies = [
"byteorder",
"crypto-mac",
]
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
2020-06-05 08:38:48 -07:00
version = "1.0.18"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-05 08:38:48 -07:00
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
2020-05-29 15:00:47 -07:00
dependencies = [
"unicode-xid 0.2.0",
]
[[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",
]
[[package]]
name = "quote"
2020-05-29 16:03:59 -07:00
version = "1.0.6"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-29 16:03:59 -07:00
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
2020-05-29 15:00:47 -07:00
dependencies = [
2020-06-05 08:38:48 -07:00
"proc-macro2 1.0.18",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "serde"
2020-06-05 08:38:48 -07:00
version = "1.0.111"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-05 08:38:48 -07:00
checksum = "c9124df5b40cbd380080b2cc6ab894c040a3070d995f5c9dc77e18c34a8ae37d"
2020-05-29 15:00:47 -07:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf487fbf5c6239d7ea2ff8b10cb6b811cd4b5080d1c2aeed1dec18753c06e10"
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
2020-06-05 08:38:48 -07:00
version = "1.0.111"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-05 08:38:48 -07:00
checksum = "3f2c3ac8e6ca1e9c80b8be1023940162bf81ae3cffbb1809474152f2ce1eb250"
2020-05-29 15:00:47 -07:00
dependencies = [
2020-06-05 08:38:48 -07:00
"proc-macro2 1.0.18",
2020-05-29 16:03:59 -07:00
"quote 1.0.6",
2020-06-05 08:38:48 -07:00
"syn 1.0.30",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "sha2"
2020-05-29 16:03:59 -07:00
version = "0.8.2"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-29 16:03:59 -07:00
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
2020-05-29 15:00:47 -07:00
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
[[package]]
name = "solana-sdk"
2020-06-03 10:28:14 -07:00
version = "1.2.0"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 10:28:14 -07:00
checksum = "6b4ce21779c6854ad5719df2e173304728e24953343751aee91ae039d34a9fd6"
2020-05-29 15:00:47 -07:00
dependencies = [
"bincode",
"bs58",
"bv",
"hex",
"hmac",
"itertools",
"log",
"num-derive 0.3.0",
"num-traits",
"pbkdf2",
"serde",
"serde_bytes",
"serde_derive",
"sha2",
"solana-sdk-macro",
"thiserror",
]
[[package]]
name = "solana-sdk-bpf-test"
2020-06-03 10:28:14 -07:00
version = "1.2.0"
2020-05-29 15:00:47 -07:00
[[package]]
name = "solana-sdk-macro"
2020-05-29 16:03:59 -07:00
version = "1.2.0"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-29 16:03:59 -07:00
checksum = "dcf2fbfa29c0829943296a8bb907206692593fdead311ff302c4303c43e55b6d"
2020-05-29 15:00:47 -07:00
dependencies = [
"bs58",
2020-06-05 08:38:48 -07:00
"proc-macro2 1.0.18",
2020-05-29 16:03:59 -07:00
"quote 1.0.6",
2020-06-05 08:38:48 -07:00
"syn 1.0.30",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "spl-token"
version = "0.1.0"
dependencies = [
"num-derive 0.2.5",
"num-traits",
"solana-sdk",
"solana-sdk-bpf-test",
"thiserror",
]
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
2020-06-05 08:38:48 -07:00
version = "1.0.30"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-05 08:38:48 -07:00
checksum = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
2020-05-29 15:00:47 -07:00
dependencies = [
2020-06-05 08:38:48 -07:00
"proc-macro2 1.0.18",
2020-05-29 16:03:59 -07:00
"quote 1.0.6",
2020-05-29 15:00:47 -07:00
"unicode-xid 0.2.0",
]
[[package]]
name = "thiserror"
2020-05-29 16:03:59 -07:00
version = "1.0.19"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-29 16:03:59 -07:00
checksum = "b13f926965ad00595dd129fa12823b04bbf866e9085ab0a5f2b05b850fbfc344"
2020-05-29 15:00:47 -07:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2020-05-29 16:03:59 -07:00
version = "1.0.19"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-29 16:03:59 -07:00
checksum = "893582086c2f98cde18f906265a65b5030a074b1046c674ae898be6519a7f479"
2020-05-29 15:00:47 -07:00
dependencies = [
2020-06-05 08:38:48 -07:00
"proc-macro2 1.0.18",
2020-05-29 16:03:59 -07:00
"quote 1.0.6",
2020-06-05 08:38:48 -07:00
"syn 1.0.30",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"