# 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" rust-version = "1.77.0" name = "hdf5-metno-types" version = "0.9.0" authors = [ "Ivan Smirnov ", "Magnus Ulimoen ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Native Rust equivalents of HDF5 types." homepage = "https://github.com/metno/hdf5-rust" readme = "README.md" keywords = ["hdf5"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/metno/hdf5-rust" [package.metadata.docs.rs] features = [ "f16", "complex", ] [lib] name = "hdf5_metno_types" path = "src/lib.rs" [dependencies.ascii] version = "1.1" [dependencies.cfg-if] version = "1.0" [dependencies.half] version = "2.2" optional = true default-features = false [dependencies.hdf5-sys] version = "0.9.0" package = "hdf5-metno-sys" [dependencies.libc] version = "0.2" [dependencies.num-complex] version = "0.4" optional = true default-features = false [dev-dependencies.quickcheck] version = "1.0" default-features = false [dev-dependencies.unindent] version = "0.2" [features] complex = ["dep:num-complex"] f16 = ["dep:half"] h5-alloc = []