# 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" name = "wav_inspect" version = "0.1.0" authors = ["Jack Geraghty "] description = "A command line tool for inspecting the header of a wav file." homepage = "https://github.com/jmg049/wav_inspect" documentation = "https://docs.rs/wav_inspect" readme = "README.md" keywords = [ "audio", "wav", "inspect", "tool", ] categories = [ "audio", "inspection", "tools", ] license = "MIT" repository = "https://github.com/jmg049/wav_inspect" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "4.5.2" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.1.0" [dependencies.wavers] version = "1.3.1" features = ["colored"]