[package] name = "findcues" version = "0.3.2" authors = ["Igor Mavlevich "] edition = "2018" description = "CLI tool that reads and exports recording marks from WAV files" readme = "README.md" homepage = "https://gitlab.com/igorMavlevich/findcues.rs" repository = "https://gitlab.com/igorMavlevich/findcues.rs" license = "MIT" categories = ["command-line-utilities","encoding","multimedia::encoding"] keywords = ["Audacity","RIFF","WAV","metadata"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.0.14", features = ["derive"] } riff = "1.0.1" tinystr = "0.5.0" [profile.release] lto = true