# 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 = "gopro-chaptered-video-assembler" version = "0.5.2" authors = ["Aaron Lichtman "] exclude = ["tests/data"] description = "Assembles all chaptered GoPro video files in a directory into 'complete' files." homepage = "https://github.com/alichtman/gopro-chaptered-video-assembler" readme = "README.md" keywords = [ "gopro", "video", "assembler", "chaptered", "ffmpeg", ] license-file = "LICENSE" repository = "https://github.com/alichtman/gopro-chaptered-video-assembler" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.filetime] version = "0.2.20" [dependencies.fs_extra] version = "1.3.0" [dependencies.log] version = "0.4.17" [dependencies.merkle_hash] version = "3.6.1" [dependencies.mp4-merge] version = "0.1.7" [dependencies.normpath] version = "1.1.0" [dependencies.simplelog] version = "0.12.1" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.xdg] version = "2.4.1" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1"