# 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 = "easy-ffprobe" version = "0.5.2" authors = [ "Christoph Herzog ", "Frederik Uni ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Typed wrapper for the ffprobe CLI. This is a fork of the original ffprobe-rs crate, which is no longer maintained." readme = "README.md" license = "MIT" repository = "https://github.com/frederik-uni/ffprobe-rs" [lib] name = "easy_ffprobe" path = "src/lib.rs" [[test]] name = "verify" path = "tests/verify.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.40" features = ["process"] optional = true [features] __internal_deny_unknown_fields = [] async = ["dep:tokio"] chapters = [] default = [ "chapters", "format", "streams", ] format = [] streams = []