2017-10-24 12:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-12-16 21:11:06 +00:00
|
|
|
version = "1.0.1"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2018-04-25 09:18:02 +00:00
|
|
|
version = "1.2.2"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-16 21:11:06 +00:00
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:40:12 +00:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 09:18:02 +00:00
|
|
|
"diesel_derives 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-16 21:11:06 +00:00
|
|
|
"libsqlite3-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 09:18:02 +00:00
|
|
|
"pq-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:40:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-16 21:11:06 +00:00
|
|
|
name = "diesel_derives"
|
2018-04-25 09:18:02 +00:00
|
|
|
version = "1.2.0"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-25 09:18:02 +00:00
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:40:12 +00:00
|
|
|
]
|
|
|
|
|
2018-04-25 09:18:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-24 12:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-16 21:11:06 +00:00
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.8.1"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-25 09:18:02 +00:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-16 21:11:06 +00:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:40:12 +00:00
|
|
|
]
|
|
|
|
|
2018-04-25 09:18:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-24 12:40:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2018-04-25 09:18:02 +00:00
|
|
|
version = "0.9.28"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pq-sys"
|
|
|
|
version = "0.4.4"
|
2018-04-25 09:18:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-24 12:40:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-04-25 09:18:02 +00:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.2.3"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-04-25 09:18:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-10-24 12:40:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
2018-04-25 09:18:02 +00:00
|
|
|
name = "quote"
|
|
|
|
version = "0.4.2"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-25 09:18:02 +00:00
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:40:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-04-25 09:18:02 +00:00
|
|
|
name = "syn"
|
|
|
|
version = "0.12.15"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-25 09:18:02 +00:00
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:40:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2018-04-25 09:18:02 +00:00
|
|
|
version = "0.1.0"
|
2017-10-24 12:40:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-16 21:11:06 +00:00
|
|
|
name = "using-diesel"
|
|
|
|
version = "0.1.0"
|
2017-10-24 12:40:12 +00:00
|
|
|
dependencies = [
|
2018-04-25 09:18:02 +00:00
|
|
|
"diesel 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libsqlite3-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-24 12:40:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[metadata]
|
2017-12-16 21:11:06 +00:00
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
2017-10-24 12:40:12 +00:00
|
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
|
|
|
|
"checksum cc 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4019bdb99c0c1ddd56c12c2f507c174d729c6915eca6bd9d27c42f3d93b0f4"
|
2018-04-25 09:18:02 +00:00
|
|
|
"checksum diesel 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24815a0c2094f2c8dafe74ab3b9e975892f44acbb94b4d4b4898025a7615efa4"
|
|
|
|
"checksum diesel_derives 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6471a2b637b414d3ee1504cf230409a550381c79204282f8fe06c527e4ae56be"
|
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
2017-10-24 12:40:12 +00:00
|
|
|
"checksum libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "56cce3130fd040c28df6f495c8492e5ec5808fb4c9093c310df02b0c8f030148"
|
2017-12-16 21:11:06 +00:00
|
|
|
"checksum libsqlite3-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "370090ad578ba845a3ad4f383ceb3deba7abd51ab1915ad1f2c982cc6035e31c"
|
2018-04-25 09:18:02 +00:00
|
|
|
"checksum openssl 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)" = "63246f69962e8d5ef865f82a65241d6483c8a2905a1801e2f7feb5d187d51320"
|
|
|
|
"checksum openssl-sys 0.9.28 (registry+https://github.com/rust-lang/crates.io-index)" = "0bbd90640b148b46305c1691eed6039b5c8509bed16991e3562a01eeb76902a3"
|
2017-10-24 12:40:12 +00:00
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
2018-04-25 09:18:02 +00:00
|
|
|
"checksum pq-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4dfb5e575ef93a1b7b2a381d47ba7c5d4e4f73bff37cee932195de769aad9a54"
|
|
|
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
|
|
|
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
|
|
|
|
"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
|
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2017-10-24 12:40:12 +00:00
|
|
|
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
|