# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bootinfo" version = "0.2.0" authors = ["Jonathan Creekmore "] description = "A tool for displaying boot info from a binary such as a Multiboot-compliant file." readme = "README.md" categories = ["development-tools"] license = "Apache-2.0/MIT" repository = "https://github.com/jcreekmore/bootinfo" [dependencies.clap] version = "2.29.2" [dependencies.flate2] version = "1.0.1" [dependencies.error-chain] version = "0.11.0" [dependencies.derive-error-chain] version = "0.11.0" [dependencies.bitflags] version = "1.0.1" [dependencies.lazy_static] version = "1.0.0" [dependencies.bytes] version = "0.4.6" [badges.travis-ci] repository = "jcreekmore/bootinfo"