# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "binary-reader" version = "0.4.5" authors = ["MPThLee "] publish = true description = "A binary reader for rust-lang. for step by step. It's a minimal `byteorder` wrapper for read bytes." readme = "README.md" keywords = ["binary", "reader", "byteorder"] license = "MIT" repository = "https://github.com/MPThLee/binary-reader.rs" [profile.dev] panic = "abort" [profile.release] panic = "abort" [dependencies.byteorder] version = "^1.4" [dev-dependencies.pretty_assertions] version = "^1.1.0"