# 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 = "n-mb" version = "1.1.2" authors = ["Djkáťo "] build = false exclude = [ "*.mp4", "*.mp3", "*.jpg", "*.ogg", "*.webp", "*.webm", "*.log", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple ffmpeg wrapper to parse files to the most efficient formats within a set size" homepage = "https://github.com/djkato/n-mb" readme = "README.md" keywords = [ "media", "ffmpeg", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/djkato/n-mb" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "nmb" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.4" features = ["cargo"] [dependencies.indicatif] version = "0.17.7" [dependencies.pbr] version = "1.1.1" [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", "process", "io-std", "sync", "time", "io-util", ]