| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "base64" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "base64_vuln" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "base64 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [metadata] |
| "checksum base64 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "124e5332dfc4e387b4ca058909aa175c0c3eccf03846b7c1a969b9ad067b8df2" |
| "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |