# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "i48" version = "1.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for working with 48-bit integers." documentation = "https://docs.rs/i48" readme = "README.md" categories = [ "data-structures", "mathematics", "encoding", ] license = "MIT" repository = "https://github.com/Chubercik/i48" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "i48" path = "src/lib.rs" [[bin]] name = "i48" path = "src/main.rs" [dependencies.bytemuck] version = "1.16.3" [dependencies.num-traits] version = "0.2.19" [dependencies.numpy] version = "0.21.0" optional = true [dependencies.pyo3] version = "0.21.2" features = ["extension-module"] optional = true [features] pyo3 = [ "dep:pyo3", "dep:numpy", ]