rusthotp 0.1.0

A simple, pure Rust implementation of the HMAC-based One-Time Password algorithm specified in RFC 4226.
Documentation
Build #47347 2017-04-23 02:41:15

# rustc version rustc 1.18.0-nightly (bbdaad0dc 2017-04-14)

# docs.rs version cratesfyi 0.3.2 (e3bc9fb 2017-04-22)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading rusthotp v0.1.0 Compiling sha1 v0.2.0 Running `rustc --crate-name sha1 .cargo/registry/src/github.com-1ecc6299db9ec823/sha1-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f1b948180102c6d3 -C extra-filename=-f1b948180102c6d3 --out-dir /home/cratesfyi/rusthotp-0.1.0/debug/deps -L dependency=/home/cratesfyi/rusthotp-0.1.0/debug/deps --cap-lints allow` Compiling hmac-sha1 v0.1.3 Running `rustc --crate-name hmacsha1 .cargo/registry/src/github.com-1ecc6299db9ec823/hmac-sha1-0.1.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e55271fe5a646a9c -C extra-filename=-e55271fe5a646a9c --out-dir /home/cratesfyi/rusthotp-0.1.0/debug/deps -L dependency=/home/cratesfyi/rusthotp-0.1.0/debug/deps --extern sha1=/home/cratesfyi/rusthotp-0.1.0/debug/deps/libsha1-f1b948180102c6d3.rlib --cap-lints allow` Documenting rusthotp v0.1.0 Running `rustdoc --crate-name rusthotp .cargo/registry/src/github.com-1ecc6299db9ec823/rusthotp-0.1.0/src/lib.rs -o /home/cratesfyi/rusthotp-0.1.0/doc -L dependency=/home/cratesfyi/rusthotp-0.1.0/debug/deps --extern hmacsha1=/home/cratesfyi/rusthotp-0.1.0/debug/deps/libhmacsha1-e55271fe5a646a9c.rlib` Finished dev [unoptimized + debuginfo] target(s) in 0.81 secs