# 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 = "metaflac" version = "0.2.7" authors = ["James Hurst "] description = "A library for reading and writing FLAC metadata." homepage = "https://github.com/jameshurst/rust-metaflac" documentation = "https://jameshurst.github.io/rust-metaflac" readme = "README.md" keywords = [ "flac", "audio", "parser", "metadata", ] license = "MIT" repository = "https://github.com/jameshurst/rust-metaflac" [lib] name = "metaflac" crate-type = ["rlib"] [dependencies.byteorder] version = "1.3.4" [dependencies.hex] version = "0.4.2"