# 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.58.0" name = "rm-frust5-api" version = "0.0.3" authors = ["adoni5 "] exclude = ["*.fast5"] description = "A rust wrapper of the HDF5 crate for handling Oxford Nanopore Technologies FAST5 files." homepage = "https://github.com/Adoni5/rm-frust5-api" documentation = "https://docs.rs/rm-frust5-api" readme = "README.md" keywords = ["Bioinformatics", "ONT", "FAST5", "HDF5"] categories = ["filesystem", "parsing", "science"] license = "MIT" repository = "https://github.com/Adoni5/rm-frust5-api" resolver = "2" [lib] name = "frust5_api" path = "src/lib.rs" [dependencies.hdf5] version = "0.8" [dependencies.resolve-path] version = "0.1.0"