sm_motion_photo 0.1.3

Extract video from Samsung Motion Photo. Supports JPEG, HEIF/HEIC
Documentation
[package]
name = "sm_motion_photo"
version = "0.1.3"
authors = ["Vitaliy Velikodniy <vitaliy@velikodniy.name>"]
edition = "2018"
repository = "https://github.com/g0ddest/sm_motion_photo"
description = "Extract video from Samsung Motion Photo. Supports JPEG, HEIF/HEIC"
keywords = ["motion-photo", "heic", "heif", "jpeg", "samsung-motion-photo"]
readme = "README.md"
license = "MIT"
exclude = [
    "tests/*",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
memmap = "0.7.0"
boyer-moore-magiclen = "0.2.4"
mp4parse = "0.11.4"