# 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 = "mirrorman" version = "0.4.0" authors = ["Lenny Critchley "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Media conversion and mirror tool" homepage = "https://github.com/LennyPhoenix/mirrorman" readme = "README.md" keywords = [ "mirror", "sync", "convert", ] license-file = "LICENSE" repository = "https://github.com/LennyPhoenix/mirrorman" [[bin]] name = "mirrorman" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.base32] version = "0.4.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.log] version = "0.4.21" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sha2] version = "0.10.8" [dependencies.walkdir] version = "2.5.0"