# 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] edition = "2018" name = "endiannezz" version = "0.6.5" authors = ["Frago9876543210"] description = "Zero dependencies library for I/O endianness on high-level" documentation = "https://docs.rs/endiannezz" readme = "README.md" keywords = ["endian", "endianness", "binary", "little-endian", "big-endian"] categories = ["encoding", "parsing", "rust-patterns"] license = "MIT" repository = "https://github.com/Frago9876543210/endiannezz" [dependencies.endiannezz_derive] version = "=0.2.2" optional = true [dev-dependencies.automod] version = "0.2" [dev-dependencies.trybuild] version = "1.0" features = ["diff"] [build-dependencies.rustversion] version = "1.0" [features] default = ["inline_primitives", "derive"] derive = ["endiannezz_derive"] inline_io = [] inline_primitives = [] unchecked_bool = []