diff --git a/Cargo.lock b/Cargo.lock index bfcd3bc8b..1cff5e654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,9 +1,9 @@ [[package]] name = "aho-corasick" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -23,6 +23,11 @@ dependencies = [ "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "arrayref" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "arrayvec" version = "0.4.7" @@ -47,18 +52,18 @@ dependencies = [ "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "handlebars 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "icalendar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "include_dir 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "open 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)", "ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -70,10 +75,10 @@ dependencies = [ "rocket_cors 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "rustyline 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_yaml 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_yaml 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -97,7 +102,7 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -117,7 +122,7 @@ name = "base64" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -126,7 +131,7 @@ name = "base64" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -137,8 +142,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "claude 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -161,9 +166,23 @@ dependencies = [ "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "block-buffer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "byte-tools" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "byteorder" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -173,7 +192,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cfg-if" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -205,8 +224,8 @@ name = "claude" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -241,7 +260,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -254,7 +273,7 @@ name = "crossbeam-utils" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -290,6 +309,14 @@ name = "difference" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "digest" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "dirs" version = "1.0.4" @@ -317,7 +344,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "encode_unicode" -version = "0.3.2" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -332,7 +359,7 @@ 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.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -347,24 +374,29 @@ dependencies = [ [[package]] name = "failure" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "failure_derive" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", - "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.15 (registry+https://github.com/rust-lang/crates.io-index)", + "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "fake-simd" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "fuchsia-zircon" version = "0.3.3" @@ -381,8 +413,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "gcc" -version = "0.3.54" +version = "0.3.55" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "generic-array" +version = "0.9.0" 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 = "git2" @@ -392,7 +432,7 @@ dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -403,18 +443,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "handlebars" -version = "1.0.5" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -432,10 +472,10 @@ dependencies = [ [[package]] name = "hyper" -version = "0.10.13" +version = "0.10.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -482,10 +522,10 @@ name = "include_dir_impl" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -494,7 +534,7 @@ name = "isatty" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -552,13 +592,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "libz-sys 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libz-sys" -version = "1.0.23" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -572,8 +612,8 @@ name = "linked-hash-map" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_test 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_test 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -581,15 +621,15 @@ name = "log" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "log" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -604,10 +644,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "memchr" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -683,7 +723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openssl-sys" -version = "0.9.36" +version = "0.9.39" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -735,17 +775,41 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pest" -version = "1.0.6" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "pest_derive" -version = "1.0.8" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", + "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pest_generator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pest_generator" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pest_meta" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -768,7 +832,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "encode_unicode 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -802,12 +866,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "quote" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "quote" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", @@ -881,7 +940,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -891,11 +950,11 @@ name = "regex" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.5.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.1 (registry+https://github.com/rust-lang/crates.io-index)", + "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -903,11 +962,11 @@ name = "regex" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.2 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", + "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -915,7 +974,7 @@ name = "regex-syntax" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -923,7 +982,7 @@ name = "regex-syntax" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -939,7 +998,7 @@ name = "ring" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -953,10 +1012,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)", "isatty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "pear 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)", @@ -988,7 +1047,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "rocket 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -999,8 +1058,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "rocket 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "unicase_serde 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1051,7 +1110,7 @@ dependencies = [ [[package]] name = "same-file" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1082,17 +1141,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde_derive" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.8 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.15 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1102,28 +1161,39 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_test" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_yaml" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sha-1" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "slug" version = "0.1.4" @@ -1150,52 +1220,34 @@ name = "strsim" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "syn" -version = "0.11.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", - "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "syn" version = "0.14.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "syn" -version = "0.15.8" +version = "0.15.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "synom" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "synstructure" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.15 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1213,7 +1265,7 @@ name = "term" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1276,7 +1328,7 @@ name = "toml" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1290,10 +1342,20 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "ucd-util" +name = "typenum" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "ucd-trie" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "ucd-util" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "unicase" version = "1.4.2" @@ -1315,7 +1377,7 @@ name = "unicase_serde" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1337,11 +1399,6 @@ name = "unicode-width" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "unicode-xid" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "unicode-xid" version = "0.1.0" @@ -1375,13 +1432,13 @@ name = "url_serde" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "utf8-ranges" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1424,10 +1481,10 @@ dependencies = [ [[package]] name = "walkdir" -version = "2.2.5" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1492,9 +1549,10 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" [metadata] -"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a" +"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" +"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" "checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" @@ -1505,9 +1563,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" -"checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781" +"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" +"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" +"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" -"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" +"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" "checksum claude 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32c19e73dbefae81d6d8d11dcc16be303e5d3ce5cd3186a9162a0353eda213a5" @@ -1521,25 +1581,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum custom_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9" "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" +"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" "checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a" "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" "checksum encode_unicode 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "28d65f1f5841ef7c6792861294b72beda34c664deb8be27970f36c306b7da1ce" -"checksum encode_unicode 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7dda4963a6de8b990d05ae23b6d766dde2c65e84e35b297333d137535c65a212" +"checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" "checksum enum_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "406ac2a8c9eedf8af9ee1489bee9e50029278a6456c740f7454cf8a158abc816" "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" -"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9" -"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426" +"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" +"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596" +"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" -"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" +"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" +"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" "checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" -"checksum handlebars 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3623110a77811256820e92df1b3b286f6f44f99d1f77a94b75e262c28d5034f4" +"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166" "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" -"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2" +"checksum hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "df0caae6b71d266b91b4a83111a61d2b94ed2e2bea024c532b933dcff867e58c" "checksum icalendar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6750b251360f54b36e090208f9b9801a16df9128f0f2e3d00bfe389d0e7d027" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum include_dir 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41a8bee1894b3fb755d8f09ccd764650476358197a0582555f698fe84b0ae93" @@ -1553,13 +1616,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" "checksum libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356" -"checksum libz-sys 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "c7bdca442aa002a930e6eb2a71916cabe46d91ffec8df66db0abfb1bc83469ab" +"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" -"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" +"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" -"checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b" +"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" "checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" "checksum nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79" @@ -1570,15 +1633,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" "checksum open 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eedfa0ca7b54d84d948bfd058b8f82e767d11f362dd78c36866fd1f69c175867" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" -"checksum openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)" = "409d77eeb492a1aebd6eb322b2ee72ff7c7496b4434d98b3bf8be038755de65e" +"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106" "checksum ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7eb5259643245d3f292c7a146b2df53bba24d7eab159410e648eb73dc164669d" "checksum ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2f0015e9e8e28ee20c581cfbfe47c650cedeb9ed0721090e0b7ebb10b9cdbcc2" "checksum ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b81cf3b8cb96aa0e73bbedfcdc9708d09fec2854ba8d474be4e6f666d7379e8b" "checksum pear 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "353fe88ff7a430c0f39ca4ec19e1f8fa0062f696370e8df3080ac40139a63301" "checksum pear_codegen 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0f3ef1db2d855e0c00fad8e5a8216a70df6d9c1c7f7a7ac9f1cf50675142b7" "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" -"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc" -"checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4" +"checksum pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a677051ad923732bb5c70f2d45f8985a96e3eee2e2bff86697e3b11b0c3fcfde" +"checksum pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b76f477146419bc539a63f4ef40e902166cb43b3e51cecc71d9136fd12c567e7" +"checksum pest_generator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebee4e9680be4fd162e6f3394ae4192a6b60b1e4d17d845e631f0c68d1a3386" +"checksum pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f6d5f6f0e6082578c86af197d780dc38328e3f768cec06aac9bc46d714e8221" "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" "checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6" "checksum prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5511ca4c805aa35f0abff6be7923231d664408b60c09f44ef715f2bce106cd9e" @@ -1586,8 +1651,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum proc-macro-hack-impl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b753ad9ed99dd8efeaa7d2fb8453c8f6bc3e54b97966d35f1bc77ca6865254a" "checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee" "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" -"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" -"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5" +"checksum quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b" "checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" "checksum rayon 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a77c51c07654ddd93f6cb543c7a849863b03abc7e82591afda6dc8ad4ac3ac4a" @@ -1612,25 +1676,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" "checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7" -"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c" +"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" -"checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9" -"checksum serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "31569d901045afbff7a9479f793177fe9259819aff10ab4f89ef69bbc5f567fe" +"checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" +"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" "checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" -"checksum serde_test 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "14d0315287db0b84cfbb1531eb21803fd1b17092e227e90d3afaed30cf03824e" -"checksum serde_yaml 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dc205f88b0342ba640b351b5fb0645515e4a6880f2ebed0dbe8dfb03e70e7e92" +"checksum serde_test 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "55e94c89847cbce06c6919e006fc3c2da083ebefd491a233b40a6c9c42f53afe" +"checksum serde_yaml 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a2054770c85c7f026ad772e31ff631e65e378154ee20e85d0ada8c6ed053e63a" +"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" "checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" "checksum state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7345c971d1ef21ffdbd103a75990a15eb03604fc8b8852ca8cb418ee1a099028" "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" -"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" -"checksum syn 0.15.8 (registry+https://github.com/rust-lang/crates.io-index)" = "356d1c5043597c40489e9af2d2498c7fefc33e99b7d75b43be336c8a59b3e45e" -"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" -"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" +"checksum syn 0.15.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0a9c2bf1e53c21704a7cce1b2a42768f1ae32a6777108a0d7f1faa4bfe7f7c04" +"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" "checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" "checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327" @@ -1642,27 +1705,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65" "checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" "checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" -"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" +"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" +"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" +"checksum ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444" "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" "checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" "checksum unicase_serde 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6ef53697679d874d69f3160af80bc28de12730a985d57bdf2b47456ccb8b11f1" "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" -"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" "checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae" "checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6" "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" -"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4" +"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" "checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22" "checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" "checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff" -"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35" +"checksum walkdir 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0ffb549f212c31e19f3667c55a7f515b983a84aef10fd0a4d1f9c125425115f3" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" diff --git a/Cargo.toml b/Cargo.toml index 1ca9d24f2..421a67d04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,8 +94,8 @@ pretty_assertions = "0.5" [features] default = ["cli", "document_export", "git_statuses", "serialization", "deserialization"] -travis_compatible = ["cli", "document_export", "git_statuses", "serialization", "deserialization", "shell", "meta"] -full_tool = ["travis_compatible", "localize", "version_string"] +travis_compatible = ["cli", "document_export", "git_statuses", "serialization", "deserialization", "shell", "meta", "version_string"] +full_tool = ["travis_compatible", "localize"] server = ["rocket", "rocket_codegen", "rocket_contrib", "rocket_cors", "openssl-sys", "openssl-probe", "serialization", "version_string", "meta"] webapp = ["server", "include_dir" ] # build the frontend app diff --git a/lang/default.pot b/lang/default.pot index 8589a9843..652a44d9a 100644 --- a/lang/default.pot +++ b/lang/default.pot @@ -8,631 +8,631 @@ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:53 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:53 msgid "INum" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:54 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:54 msgid "Designation" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:55 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:55 msgid "Date" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:56 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:56 msgid "InvoiceDate" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:57 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:57 msgid "Caterer" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:58 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:58 msgid "Responsible" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:59 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:59 msgid "Payed on" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:60 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:60 msgid "Amount" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:61 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:61 msgid "Canceled" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:165 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:165 msgid "do you realy want to delete {}?" msgstr "" -#: /home/hendrik/code/rust/asciii/src/actions/mod.rs:182 +#: /home/hendrik/code/ascii/asciii/src/actions/mod.rs:182 msgid "we could get rid of: {}" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:14 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:13 msgid "The ascii invoicer III" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:21 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:20 msgid "set's up a new instance" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:23 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:22 msgid "Remote repository" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:26 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:25 msgid "where to clone to" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:31 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:65 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:279 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:298 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:517 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:700 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:30 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:64 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:278 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:297 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:516 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:699 msgid "Override the configured editor" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:40 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:39 msgid "Create a new project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:43 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:42 msgid "Project name" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:47 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:46 msgid "Manually set the date of the project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:54 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:53 msgid "Override the description of the project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:59 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:58 msgid "Use a specific template" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:71 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:70 msgid "Override the manager of the project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:77 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:76 msgid "Manually set the start time of the project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:82 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:81 msgid "Manually set the end time of the project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:87 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:86 msgid "Overrides the duration of the event" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:92 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:91 msgid "Do not edit the file after creation" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:99 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:98 msgid "List Projects" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:102 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:101 msgid "list archived projects of a specific year, defaults to the current year" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:111 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:530 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:556 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:110 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:529 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:555 msgid "List projects from that year, archived or not" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:119 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:118 msgid "Add extra fields to print for each project listed" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:126 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:125 msgid "Filter selection by field content" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:133 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:132 msgid "Show Errors for each project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:138 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:137 msgid "Show colors" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:143 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:142 msgid "Show colors for each project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:149 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:148 msgid "Show non-verbose list" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:153 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:152 msgid "Print in csv form" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:159 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:158 msgid "Opposite of simple" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:166 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:165 msgid "Sort by :" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:173 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:564 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:172 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:563 msgid "List all projects, ever" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:178 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:177 msgid "List templates" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:184 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:183 msgid "List years in archive" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:188 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:187 msgid "List paths to each project file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:194 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:193 msgid "List broken projects without project file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:200 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:199 msgid "List all computed data fields that can be used with --details" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:206 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:205 msgid "Print nothing, expect the fields supplied via --details" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:213 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:212 msgid "Open storage path" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:221 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:260 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:354 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:445 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:476 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:629 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:671 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:765 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:790 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:824 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:849 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:220 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:259 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:353 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:444 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:475 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:628 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:670 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:764 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:789 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:823 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:848 msgid "Search term, possibly event name" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:226 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:225 msgid "Open path to templates instead" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:232 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:231 msgid "Open path to created documents instead" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:238 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:490 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:237 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:489 msgid "Open path to current binary instead" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:244 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:496 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:243 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:495 msgid "Open invoice file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:250 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:502 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:249 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:501 msgid "Open offer file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:258 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:257 msgid "Edit a specific project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:266 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:381 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:459 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:645 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:265 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:380 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:458 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:644 msgid "Pick an archived project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:273 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:292 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:272 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:291 msgid "Edit a template file, use `list --templates` to learn which." msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:289 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:288 msgid "Edit the meta data store" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:309 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:308 msgid "Move a Project into the archive" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:311 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:310 msgid "Search terms to match the project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:318 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:317 msgid "Archives the project, even though it is not completely valid" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:324 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:323 msgid "Archives all projects that can be archived" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:330 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:329 msgid "Override the year" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:338 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:337 msgid "Move a Project out of the archive" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:340 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:339 msgid "Specify the Archiv" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:344 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:343 msgid "The name of the project, duh!" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:352 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:351 msgid "Display a specific project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:360 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:359 msgid "Show project as JSON" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:365 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:364 msgid "Show project as iCal" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:370 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:369 msgid "Show project as raw yaml" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:374 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:373 msgid "Shows a particular detail" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:389 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:388 msgid "Shows fields that can be filled automatically" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:395 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:394 msgid "Shows the errors in this project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:401 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:400 msgid "Show fields in templates that are filled" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:408 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:407 msgid "List files that belong to a project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:412 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:411 msgid "Display values in invoice mode" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:418 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:417 msgid "Display values in offer mode" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:429 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:428 msgid "Show as csv" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:443 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:442 msgid "Set a value in a project file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:450 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:449 msgid "Which field to set" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:455 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:454 msgid "What to put in the field" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:468 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:467 msgid "Show storage path" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:480 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:479 msgid "Shows templates path instead" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:485 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:484 msgid "Shows path to created documents instead" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:510 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:509 msgid "Open an archive instead" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:522 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:521 msgid "Open the working directory in an editor" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:528 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:527 msgid "Produces a CSV report for a given year" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:541 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:540 msgid "List archived projects of a specific year, defaults to the current year" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:550 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:549 msgid "Include open tasks" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:570 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:569 msgid "Experimental: open dues" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:573 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:579 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:572 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:578 msgid "Show unpayed wages" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:587 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:586 msgid "Creates documents from projects" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:591 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:590 msgid "Manually pass a file path" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:597 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:596 msgid "Manually pass a output folder" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:603 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:602 msgid "Do it against better judgement" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:608 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:607 msgid "Only create the PDF file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:613 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:665 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:612 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:664 msgid "Do not create final output file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:619 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:618 msgid "Only prints to stdout" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:624 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:623 msgid "Open the pdf file afterwards." msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:634 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:633 msgid "Produce an offer document" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:640 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:639 msgid "Produce an invoice document" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:653 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:652 msgid "Use a particular template" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:661 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:660 msgid "Deletes a project" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:676 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:769 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:794 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:829 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:853 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:675 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:768 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:793 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:828 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:852 msgid "list archived projects" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:692 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:691 msgid "Show and edit your config" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:694 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:693 msgid "Edit your config" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:706 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:705 msgid "Show a specific config value" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:713 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:712 msgid "Show default config" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:719 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:718 msgid "set the root folder in the config" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:725 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:724 msgid "Show the location of the config file" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:731 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:730 msgid "Create config file." msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:740 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:739 msgid "(experimental) starts interactive shell" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:744 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:743 msgid "Show your name from config" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:749 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:748 msgid "Show the working tree status" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:754 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:753 msgid "Pull and merge new commits from remote" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:757 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:756 msgid "git pull with --rebase" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:763 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:762 msgid "git diff" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:776 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:775 msgid "Changes between the index and your last commit" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:781 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:801 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:836 /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:860 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:780 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:800 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:835 /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:859 msgid "A template" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:788 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:787 msgid "Add file contents to the git-index" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:806 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:805 msgid "Add all projects" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:814 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:813 msgid "Save changes locally" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:818 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:817 msgid "Upload locally saved changes to the remote" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:822 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:821 msgid "cleans changes and untracked files in project folder" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:842 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:841 msgid "equals git stash" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:843 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:842 msgid "equals git pop" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:847 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:846 msgid "Show commit logs" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:867 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:866 msgid "Show information about the remote" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:872 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:871 msgid "Generates completion for bash, zsh, etc" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:874 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:873 msgid "what shell to generate completion for (bash, zsh, fish,PowerShell)" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:883 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:882 msgid "Prints version information" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:888 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:887 msgid "show also build information" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:893 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:892 msgid "show verbose version as json" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:899 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:898 msgid "Opens the online documentation, please read it" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:959 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:958 msgid "please specify either bash, zsh, fish or powershell" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/app.rs:970 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/app.rs:969 msgid "Date Format must be DD.MM.YYYY" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/git.rs:70 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/git.rs:70 msgid "{} {} (fetch)\n{} {} (push)" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/git.rs:77 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/git.rs:77 msgid "no remote" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/git.rs:81 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/git.rs:81 msgid "no remote name" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/mod.rs:392 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/mod.rs:392 msgid "You have to provide either a search term or path" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/mod.rs:506 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/mod.rs:506 msgid "do you want to set your name?" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/mod.rs:508 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/mod.rs:508 msgid "Is your name {:?}" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/mod.rs:514 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/mod.rs:514 msgid "What is your name?" msgstr "" -#: /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/mod.rs:633 /home/hendrik/code/rust/asciii/src/bin/cli/subcommands/mod.rs:643 +#: /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/mod.rs:633 /home/hendrik/code/ascii/asciii/src/bin/cli/subcommands/mod.rs:643 msgid "{} does not exist" msgstr "" -#: /home/hendrik/code/rust/asciii/src/document_export/mod.rs:184 +#: /home/hendrik/code/ascii/asciii/src/document_export/mod.rs:180 msgid "WARNING: Can't make sense of {}" msgstr "" -#: /home/hendrik/code/rust/asciii/src/document_export/mod.rs:222 +#: /home/hendrik/code/ascii/asciii/src/document_export/mod.rs:218 msgid "Project file is younger than pdf, continue anyway?" msgstr "" -#: /home/hendrik/code/rust/asciii/src/lib.rs:98 +#: /home/hendrik/code/ascii/asciii/src/lib.rs:95 msgid "Documentation at: {}" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/computed_field.rs:88 +#: /home/hendrik/code/ascii/asciii/src/project/computed_field.rs:88 msgid "{} days" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/computed_field.rs:92 /home/hendrik/code/rust/asciii/src/project/computed_field.rs:96 +#: /home/hendrik/code/ascii/asciii/src/project/computed_field.rs:92 /home/hendrik/code/ascii/asciii/src/project/computed_field.rs:96 msgid "{} weeks" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:298 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:298 msgid "weird task edgecase in {:?}:\n{:?}" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:306 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:306 msgid "Create an Invoice" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:314 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:314 msgid "{}: Hungry employees!" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:315 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:315 msgid "Pay {}\nYou have had the money for {} days!" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:325 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:325 msgid "Inquire about: \"{event}\"!" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:326 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:326 msgid "{inum }{event:?} on {invoice_date} ({days} days ago) was already invoiced but is still not marked as payed.\nPlease check for incoming payments! You can ask {client} ({mail})." msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:336 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:336 msgid "{rnum}: payment is {weeks} weeks late: \"{event}\"" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:348 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:348 msgid "Archive {}" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/mod.rs:349 +#: /home/hendrik/code/ascii/asciii/src/project/mod.rs:349 msgid "{:?} has been finished for {} days, get rid of it!" msgstr "" -#: /home/hendrik/code/rust/asciii/src/project/spec_yaml.rs:212 +#: /home/hendrik/code/ascii/asciii/src/project/spec_yaml.rs:212 msgid "Responsible: {}" msgstr "" diff --git a/src/storage/storable.rs b/src/storage/storable.rs index 85fe77a3f..75a63a858 100644 --- a/src/storage/storable.rs +++ b/src/storage/storable.rs @@ -21,8 +21,8 @@ pub type FolderPathBuf = PathBuf; pub trait Storable: Send+Sync { /// opens a projectfolder - fn open_folder(&FolderPath) -> StorageResult where Self: Sized; - fn open_file(&FilePath) -> StorageResult where Self: Sized; + fn open_folder(_: &FolderPath) -> StorageResult where Self: Sized; + fn open_file(_: &FilePath) -> StorageResult where Self: Sized; /// creates in tempfile fn from_template(project_name: &str, template: &Path, data: &HashMap<&str, String>) -> StorageResult> where Self: Sized; @@ -55,7 +55,7 @@ pub trait Storable: Send+Sync { /// Tell a project its own git status after opening /// /// This depoends on the feature `git_statuses` - fn set_git_status(&mut self, GitStatus){} + fn set_git_status(&mut self, _: GitStatus){} /// Ask a project for its gitstatus ///