media_info 0.3.1

A tool to extract media information from a media source.
Documentation
[dependencies.chrono]
version = "0.4.37"

[dependencies.ffmpeg-next]
optional = true
version = "7.0.0"

[dependencies.fs_metadata]
version = "0.3.1"

[dependencies.id3]
optional = true
version = "1.13.1"

[dependencies.kamadak-exif]
optional = true
version = "0.5.5"

[features]
all = ["ffmpeg", "exif", "id3"]
exif = ["dep:kamadak-exif"]
ffmpeg = ["dep:ffmpeg-next"]
id3 = ["dep:id3"]

[package]
authors = ["Andrew Gremlich <andrew.gremlich@gmail.com>"]
description = "A tool to extract media information from a media source."
documentation = "https://github.com/andrewgremlich/media_organizer/blob/master/media_info/README.md"
edition = "2021"
homepage = "https://github.com/andrewgremlich/media_organizer"
keywords = ["media", "metadata", "information", "info"]
license = "MIT"
name = "media_info"
readme = "./readme.md"
repository = "https://github.com/andrewgremlich/media_organizer"
version = "0.3.1"