# 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 = "i24" version = "1.0.1" description = "A Rust library for working with 24-bit integers." documentation = "https://docs.rs/i24" readme = "README.md" categories = [ "data-structures", "mathematics", "encoding", ] license = "MIT" repository = "https://github.com/jmg049/i24" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.bytemuck] version = "1.16.1" [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", ]