[[bin]]
name = "i48"
path = "src/main.rs"
[dependencies.bytemuck]
version = "1.16.3"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.numpy]
optional = true
version = "0.21.0"
[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.21.2"
[features]
pyo3 = ["dep:pyo3", "dep:numpy"]
[lib]
name = "i48"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "mathematics", "encoding"]
description = "A Rust library for working with 48-bit integers."
documentation = "https://docs.rs/i48"
edition = "2021"
license = "MIT"
name = "i48"
readme = "README.md"
repository = "https://github.com/Chubercik/i48"
version = "1.2.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
strip = true