# 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 = "ffcutter" version = "0.1.0" authors = ["Kostas Pramatias "] description = "Cuts mp4 or mp3 to 30 seconds to be given as a melody source to audiocraft" readme = "README.md" keywords = [ "audiocraft", "audio-processing", "command-line", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pramatias/ffcutter" [dependencies.shell-words] version = "1.0"