You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
382 lines
16 KiB
382 lines
16 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "alga" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libm 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "approx" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cad_rs" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"nalgebra 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cloudabi" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "fuchsia-cprng" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.55" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "matrixmultiply" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "nalgebra" |
|
version = "0.16.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"alga 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"generic-array 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "numtoa" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "quick-error" |
|
version = "1.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rawpointer" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.1.54" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "redox_termios" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "termion" |
|
version = "1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "ucd-util" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "utf8-ranges" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "wincolor" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[metadata] |
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
|
"checksum alga 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24bb00eeca59f2986c747b8c2f271d52310ce446be27428fc34705138b155778" |
|
"checksum approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" |
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
|
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" |
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
|
"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a" |
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
"checksum generic-array 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8107dafa78c80c848b71b60133954b4a58609a3a1a5f9af037ecc7f67280f369" |
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
|
"checksum libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "42914d39aad277d9e176efbdad68acb1d5443ab65afe0e0e4f0d49352a950880" |
|
"checksum libm 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cfcefbd3a8aad4c0552fa150c28291becc386b1b056988493517875e987e99e3" |
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
|
"checksum matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "dcad67dcec2d58ff56f6292582377e6921afdf3bfbd533e26fb8900ae575e002" |
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
|
"checksum nalgebra 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)" = "8e0799b53947b9c9048a1537f024f22f54701bbb75274f65955d081a87c0b739" |
|
"checksum num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "107b9be86cd2481930688277b675b0114578227f034674726605b8a482d8baf8" |
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" |
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
|
"checksum rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebac11a9d2e11f2af219b8b8d833b76b1ea0e054aa0e8d8e9e4cbde353bdf019" |
|
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" |
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
|
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58" |
|
"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" |
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" |
|
"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" |
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |
|
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" |
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|
|
|