# 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 = "mpn" version = "0.2.1" authors = ["author https://github.com/sitkevij"] include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "README.md", ] description = "Rust-based MPEG-4 inspector with variable output." readme = "README.md" categories = [ "command-line-utilities", "multimedia", "multimedia::video", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sitkevij/mpn" [profile.dev] opt-level = 0 codegen-units = 16 panic = "unwind" [profile.release] opt-level = 2 codegen-units = 1 [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" [dependencies.filetime] version = "0.1" [dependencies.mp4parse] version = "0.17.0" [dependencies.no_color] version = "0.1" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3" [dev-dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.url] version = "2.4"