int-conv/Cargo.toml
Filipe Rodrigues 3be9c286b6 Brought previous implementation over.
Added license file.
Added readme.
Added a non-nightly `rustfmt.toml`.
2020-10-22 21:14:57 +01:00

19 lines
444 B
TOML

[package]
name = "int-conv"
description = "Explicit integer conversions"
readme = "README.md"
license = "MIT"
license_file = "LICENSE"
version = "0.1.0"
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
edition = "2018"
repository = "https://github.com/Zenithsiz/int-conv"
keywords = ["no_std"]
categories = ["Encoding", "No standard library"]
[dependencies]
# Note: All dependencies as #![no_std]
static_assertions = "1.1"