aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'nitrocli/Cargo.lock')
-rw-r--r--nitrocli/Cargo.lock255
1 files changed, 0 insertions, 255 deletions
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
deleted file mode 100644
index 5f9eacf..0000000
--- a/nitrocli/Cargo.lock
+++ /dev/null
@@ -1,255 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-[[package]]
-name = "aho-corasick"
-version = "0.7.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "base32"
-version = "0.4.0"
-
-[[package]]
-name = "bitflags"
-version = "1.2.1"
-
-[[package]]
-name = "cc"
-version = "1.0.48"
-
-[[package]]
-name = "cfg-if"
-version = "0.1.10"
-
-[[package]]
-name = "clap"
-version = "2.33.0"
-dependencies = [
- "bitflags 1.2.1",
- "textwrap 0.11.0",
- "unicode-width 0.1.7",
-]
-
-[[package]]
-name = "getrandom"
-version = "0.1.13"
-dependencies = [
- "cfg-if 0.1.10",
- "libc 0.2.66",
- "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "heck"
-version = "0.3.1"
-dependencies = [
- "unicode-segmentation 1.6.0",
-]
-
-[[package]]
-name = "lazy_static"
-version = "1.4.0"
-
-[[package]]
-name = "libc"
-version = "0.2.66"
-
-[[package]]
-name = "memchr"
-version = "2.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "nitrocli"
-version = "0.3.1"
-dependencies = [
- "base32 0.4.0",
- "libc 0.2.66",
- "nitrokey 0.5.1",
- "nitrokey-test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "nitrokey-test-state 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "structopt 0.3.7",
-]
-
-[[package]]
-name = "nitrokey"
-version = "0.5.1"
-dependencies = [
- "lazy_static 1.4.0",
- "libc 0.2.66",
- "nitrokey-sys 3.5.0",
- "rand_core 0.5.1",
-]
-
-[[package]]
-name = "nitrokey-sys"
-version = "3.5.0"
-dependencies = [
- "cc 1.0.48",
-]
-
-[[package]]
-name = "nitrokey-test"
-version = "0.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "proc-macro2 1.0.7",
- "quote 1.0.2",
- "syn 1.0.12",
-]
-
-[[package]]
-name = "nitrokey-test-state"
-version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "proc-macro-error"
-version = "0.4.4"
-dependencies = [
- "proc-macro-error-attr 0.4.3",
- "proc-macro2 1.0.7",
- "quote 1.0.2",
- "rustversion 1.0.1",
- "syn 1.0.12",
-]
-
-[[package]]
-name = "proc-macro-error-attr"
-version = "0.4.3"
-dependencies = [
- "proc-macro2 1.0.7",
- "quote 1.0.2",
- "rustversion 1.0.1",
- "syn 1.0.12",
- "syn-mid 0.4.0",
-]
-
-[[package]]
-name = "proc-macro2"
-version = "1.0.7"
-dependencies = [
- "unicode-xid 0.2.0",
-]
-
-[[package]]
-name = "quote"
-version = "1.0.2"
-dependencies = [
- "proc-macro2 1.0.7",
-]
-
-[[package]]
-name = "rand_core"
-version = "0.5.1"
-dependencies = [
- "getrandom 0.1.13",
-]
-
-[[package]]
-name = "regex"
-version = "1.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "regex-syntax"
-version = "0.6.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "rustversion"
-version = "1.0.1"
-dependencies = [
- "proc-macro2 1.0.7",
- "quote 1.0.2",
- "syn 1.0.12",
-]
-
-[[package]]
-name = "structopt"
-version = "0.3.7"
-dependencies = [
- "clap 2.33.0",
- "structopt-derive 0.4.0",
-]
-
-[[package]]
-name = "structopt-derive"
-version = "0.4.0"
-dependencies = [
- "heck 0.3.1",
- "proc-macro-error 0.4.4",
- "proc-macro2 1.0.7",
- "quote 1.0.2",
- "syn 1.0.12",
-]
-
-[[package]]
-name = "syn"
-version = "1.0.12"
-dependencies = [
- "proc-macro2 1.0.7",
- "quote 1.0.2",
- "unicode-xid 0.2.0",
-]
-
-[[package]]
-name = "syn-mid"
-version = "0.4.0"
-dependencies = [
- "proc-macro2 1.0.7",
- "quote 1.0.2",
- "syn 1.0.12",
-]
-
-[[package]]
-name = "textwrap"
-version = "0.11.0"
-dependencies = [
- "unicode-width 0.1.7",
-]
-
-[[package]]
-name = "thread_local"
-version = "0.3.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "lazy_static 1.4.0",
-]
-
-[[package]]
-name = "unicode-segmentation"
-version = "1.6.0"
-
-[[package]]
-name = "unicode-width"
-version = "0.1.7"
-
-[[package]]
-name = "unicode-xid"
-version = "0.2.0"
-
-[[package]]
-name = "wasi"
-version = "0.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[metadata]
-"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
-"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
-"checksum nitrokey-test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f3da0c2cedaa512f79fbc3ed45143a52c76c5edcca88d0823b967ff11d05fe37"
-"checksum nitrokey-test-state 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a59b732ed6d5212424ed31ec9649f05652bcbc38f45f2292b27a6044e7098803"
-"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
-"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
-"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
-"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"