File: Cargo.toml.orig

package info (click to toggle)
rust-endi 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "endi"
version = "1.1.0"
description = "A simple endian-handling library"
authors = ["Zeeshan Ali Khan <zeenix@gmail.com>"]
repository = "https://github.com/zeenix/endi"
categories = ["encoding", "parsing", "no-std"]
keywords = ["byte", "endian", "big-endian", "little-endian", "endianness"]
license = "MIT"
rust-version = "1.60"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["std"]
std = []