# 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 = "erased-cells" version = "0.1.1" description = "Create to enable manipulation of heterogeneous values and buffers of Rust primitive numeric types" homepage = "https://s22s.github.io/erased-cells/" readme = "README.md" keywords = [ "buffers", "nodata", "raster", "cells", "pixels", ] categories = [ "data-structures", "encoding", "science::geo", "graphics", ] license = "MIT" repository = "https://github.com/s22s/erased-cells/" [package.metadata.docs.rs] all-features = true [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [features] default = [ "masked", "serde", ] masked = [] serde = ["dep:serde"]