-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
24 lines (22 loc) · 957 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "nbytes"
version = "0.1.0"
authors = ["Nathaniel McCallum <[email protected]>"]
edition = "2018"
rust-version = "1.56"
license = "Apache-2.0"
homepage = "https://github.com/enarx/nbytes"
repository = "https://github.com/enarx/nbytes"
description = "Rust compile-time evaluation of byte unit conversions"
readme = "README.md"
keywords = ["units", "bytes"]
categories = ["development-tools", "rust-patterns"]
exclude = [ ".gitignore", ".github/*" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[badges]
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
github = { repository = "enarx/nbytes", workflow = "test" }
#github = { repository = "enarx/nbytes", workflow = "lint" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "enarx/nbytes" }
is-it-maintained-open-issues = { repository = "enarx/nbytes" }