# 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 = "riffu" version = "4.0.1" authors = ["Francesco Bertolaccini ", "Hanif Bin Ariffin "] description = "\"\nThis crate provides utilities for reading and writing RIFF formatted files.\nA fork of the original library that provides an option to either eagerly or lazily read into the file.\n" readme = "README.md" license = "MIT" repository = "https://github.com/hbina/riff" [[bench]] name = "my_benchmark" harness = false [dependencies.memmap] version = "0.7.0" [dev-dependencies.criterion] version = "0.3.5" [badges.codecov] repository = "hbina/riffu" [badges.travis-ci] repository = "hbina/riffu"