# 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 = "mmt" version = "0.2.4" authors = ["Zhao Guangjian"] description = "Multimedia Management Tool" documentation = "https://docs.rs/mmt" readme = "README.md" keywords = [ "multimedia", "tool", "copy_file", ] license-file = "LICENSE" repository = "https://github.com/zgj0315/mmt/" [[bin]] name = "copy_file" path = "src/copy_file.rs" [dependencies.chrono] version = "0.4" [dependencies.dev_util] version = "0.1" [dependencies.is_copy] version = "0.1" [dependencies.kamadak-exif] version = "0.5" [dependencies.log] version = "0.4" [dependencies.rusqlite] version = "0.28" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.walkdir] version = "2.3"