# 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 = "2018" name = "hdf5-types" version = "0.8.1" authors = ["Ivan Smirnov "] build = "build.rs" description = "Native Rust equivalents of HDF5 types." homepage = "https://github.com/aldanor/hdf5-rust" keywords = ["hdf5"] license = "MIT OR Apache-2.0" repository = "https://github.com/aldanor/hdf5-rust" [dependencies.ascii] version = "1.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.hdf5-sys] version = "0.8.1" [dependencies.libc] version = "0.2" [dev-dependencies.quickcheck] version = "1.0" default-features = false [dev-dependencies.unindent] version = "0.1" [features] h5-alloc = []