# 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.74.1" name = "simple-audio-player" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal audio player to play arbitrary sound files instantly from the terminal." readme = "Readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jvtubergen/simple-audio-player" [[bin]] name = "simple-audio-player" path = "src/main.rs" [dependencies.clap] version = "4.5.15" features = [ "default", "unstable-doc", ] [dependencies.web-audio-api] version = "0.45.2"