-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
40 lines (35 loc) · 1.5 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[[package]]
name = "byteorder"
version = "1.3.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fann"
version = "0.1.7"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"fann-sys 0.1.7 (registry+/~https://github.com/rust-lang/crates.io-index)",
"libc 0.2.49 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fann-mnist-rust"
version = "0.1.0"
dependencies = [
"byteorder 1.3.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"fann 0.1.7 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fann-sys"
version = "0.1.7"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.49 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.49"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum byteorder 1.3.1 (registry+/~https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
"checksum fann 0.1.7 (registry+/~https://github.com/rust-lang/crates.io-index)" = "504c2e3de3803f638a25099f926316fd6982cf9991c3792ea37cd8230ec51cb6"
"checksum fann-sys 0.1.7 (registry+/~https://github.com/rust-lang/crates.io-index)" = "4b79414cf285f29feed2dbfd30efed837d0523ffee8beb1c7d031f1fcb1bd2af"
"checksum libc 0.2.49 (registry+/~https://github.com/rust-lang/crates.io-index)" = "413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e"