# 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 = "2021" name = "io_self" version = "0.1.1" authors = ["Jasper Meggitt "] description = "A simple system for encoding/decoding binary data based on a predefined format" readme = "readme.md" keywords = ["endian"] categories = ["encoding"] license = "MIT" repository = "https://github.com/jmeggitt/io-self" resolver = "2" [dependencies.byteorder] version = "1.4.3" [dependencies.smallvec] version = "1.8.0" [features] default = []