# 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 = "more-fps" version = "0.1.4" description = "more-fps: Using an AI model that can generate intermediate frames, we can make our videos smoother." readme = "README.md" license = "MIT" [dependencies.clap] version = "4.2.1" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.0" [dependencies.num_cpus] version = "1.15.0" [dependencies.regex] version = "1.8.1" [dependencies.rust_decimal] version = "1.29.1" [dependencies.shell-words] version = "1.1.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.40"