smallint/Cargo.toml
2022-08-14 15:08:28 -04:00

23 lines
478 B
TOML

[package]
name = "smallint"
version = "0.2.2"
edition = "2021"
authors = ["artofrev"]
description = "A library for optimized arbitrary precision integers."
license = "MIT"
repository = "https://gitlab.com/artofrev/smallint"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-bigint = { version = "0.4.3", optional = true }
[dev-dependencies]
num-bigint = { version = "0.4.3" }
[profile.test]
opt-level = 2