123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- [root]
- name = "troll"
- version = "0.4.2"
- dependencies = [
- "env_logger 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "pcsclite 0.1.0 (git+https://git.tkerber.org/root/pcsclite.git)",
- "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "aho-corasick"
- version = "0.5.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "env_logger"
- version = "0.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 0.1.73 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "getopts"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "kernel32-sys"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "lazy_static"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "libc"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "log"
- version = "0.3.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "memchr"
- version = "0.1.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "pcsclite"
- version = "0.1.0"
- source = "git+https://git.tkerber.org/root/pcsclite.git#180c352a8393ce2f247ca7c74c31e501aa7b3331"
- dependencies = [
- "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "pcsclite-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.8 (git+https://github.com/retep998/winapi-rs)",
- "winscard-sys 0.0.1 (git+https://github.com/retep998/winapi-rs)",
- ]
-
- [[package]]
- name = "pcsclite-sys"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "pkg-config"
- version = "0.3.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "regex"
- version = "0.1.73"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex-syntax 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "thread_local 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "regex-syntax"
- version = "0.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "rustc-serialize"
- version = "0.3.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "thread-id"
- version = "2.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "thread_local"
- version = "0.2.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "utf8-ranges"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "winapi"
- version = "0.2.8"
- source = "git+https://github.com/retep998/winapi-rs#955372f666e8a3ea3835cdcde802d06ab092d469"
-
- [[package]]
- name = "winapi"
- version = "0.2.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "winapi-build"
- version = "0.1.1"
- source = "git+https://github.com/retep998/winapi-rs#955372f666e8a3ea3835cdcde802d06ab092d469"
-
- [[package]]
- name = "winapi-build"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "winscard-sys"
- version = "0.0.1"
- source = "git+https://github.com/retep998/winapi-rs#955372f666e8a3ea3835cdcde802d06ab092d469"
- dependencies = [
- "winapi 0.2.8 (git+https://github.com/retep998/winapi-rs)",
- "winapi-build 0.1.1 (git+https://github.com/retep998/winapi-rs)",
- ]
|