1[package]
2name = "endi"
3version = "1.1.0"
4description = "A simple endian-handling library"
5authors = ["Zeeshan Ali Khan <zeenix@gmail.com>"]
6repository = "https://github.com/zeenix/endi"
7categories = ["encoding", "parsing", "no-std"]
8keywords = ["byte", "endian", "big-endian", "little-endian", "endianness"]
9license = "MIT"
10rust-version = "1.60"
11edition = "2021"
12
13# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14[features]
15default = ["std"]
16std = []
17