mirror of
https://github.com/Zenithsiz/int-conv.git
synced 2026-02-03 14:10:08 +00:00
19 lines
431 B
TOML
19 lines
431 B
TOML
[package]
|
|
name = "int-conv"
|
|
description = "Explicit integer conversions"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
license_file = "LICENSE"
|
|
version = "0.1.4"
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/Zenithsiz/int-conv"
|
|
keywords = ["no_std"]
|
|
categories = ["encoding", "no-std"]
|
|
|
|
[dependencies]
|
|
|
|
# Note: All dependencies as #![no_std]
|
|
|
|
static_assertions = "1.1"
|