# 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 = "moosicbox_metaflac" version = "0.1.0" authors = [ "James Hurst ", "Braden Steffaniak", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading and writing FLAC metadata, modified for MoosicBox." homepage = "https://github.com/MoosicBox/rust-metaflac" documentation = "https://MoosicBox.github.io/rust-metaflac" readme = "README.md" keywords = [ "flac", "audio", "parser", "metadata", ] license = "MIT" repository = "https://github.com/MoosicBox/rust-metaflac" [lib] name = "moosicbox_metaflac" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.byteorder] version = "^1.5.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22"