hash-data 0.1.0

A library and command line tool for identifying hashes.
Documentation
Build #1486082019-03-17T04:27:10.323407+00:00
# rustc version
rustc 1.34.0-nightly (350674b71 2019-02-28)# docs.rs version
cratesfyi 0.6.0 (d993b18 2019-02-21)# build log
Updating crates.io index
Downloading crates ...
Downloaded hash-data v0.1.0
Fresh ucd-util v0.1.3
Fresh lazy_static v1.3.0
Fresh utf8-ranges v1.0.2
Fresh regex-syntax v0.6.5
Fresh thread_local v0.3.6
Fresh serde v1.0.89
Fresh memchr v2.2.0
Compiling serde_test v1.0.89
Fresh aho-corasick v0.6.10
Running `rustc --crate-name serde_test /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_test-1.0.89/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=37bf9012a444bc76 -C extra-filename=-37bf9012a444bc76 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-580151e0692778f8.rlib --cap-lints allow`
Fresh regex v1.1.2
Compiling linked-hash-map v0.5.1
Running `rustc --crate-name linked_hash_map /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --cfg 'feature="serde_test"' -C metadata=057e996a21427b3d -C extra-filename=-057e996a21427b3d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-580151e0692778f8.rlib --extern serde_test=/home/cratesfyi/cratesfyi/debug/deps/libserde_test-37bf9012a444bc76.rlib --cap-lints allow`
Compiling toml v0.5.0
Running `rustc --crate-name toml /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="linked-hash-map"' --cfg 'feature="preserve_order"' -C metadata=56753f7008beedbb -C extra-filename=-56753f7008beedbb --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern linked_hash_map=/home/cratesfyi/cratesfyi/debug/deps/liblinked_hash_map-057e996a21427b3d.rlib --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-580151e0692778f8.rlib --cap-lints allow`
Compiling hash-data v0.1.0
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/hash-data-0.1.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=f166a684541209b4 -C extra-filename=-f166a684541209b4 --out-dir /home/cratesfyi/cratesfyi/debug/build/hash-data-f166a684541209b4 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern linked_hash_map=/home/cratesfyi/cratesfyi/debug/deps/liblinked_hash_map-057e996a21427b3d.rlib --extern toml=/home/cratesfyi/cratesfyi/debug/deps/libtoml-56753f7008beedbb.rlib --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/hash-data-f166a684541209b4/build-script-build`
Documenting hash-data v0.1.0
Running `rustdoc --edition=2018 --crate-name hash_data /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/hash-data-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190228-1.34.0-nightly-350674b71 --static-root-path / --disable-per-crate-search --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.3.0' --extern-html-root-url 'linked_hash_map=https://docs.rs/linked-hash-map/0.5.1' --extern-html-root-url 'regex=https://docs.rs/regex/1.1.2' --extern-html-root-url 'toml=https://docs.rs/toml/0.5.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-417b440263bea67e.rmeta --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-aeda78d2aa633ed0.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 9.34s