# 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" rust-version = "1.60" name = "endi" version = "1.1.0" authors = ["Zeeshan Ali Khan "] description = "A simple endian-handling library" readme = "README.md" keywords = [ "byte", "endian", "big-endian", "little-endian", "endianness", ] categories = [ "encoding", "parsing", "no-std", ] license = "MIT" repository = "https://github.com/zeenix/endi" [features] default = ["std"] std = []