# 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 = "ddr-mount" version = "1.1.4" authors = ["CKingX"] description = "ddr-mount allows you to mount image files while passing bad sectors" homepage = "https://github.com/CKingX/ddrescue_error_mapping" readme = "README.md" keywords = [ "ddrescue", "image", "mount", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/CKingX/ddrescue_error_mapping" resolver = "2" [profile.release] lto = "thin" overflow-checks = true [dependencies.clap] version = "3.1.10" features = ["derive"] [dependencies.clap-verbosity-flag] version = "1.0.0" [dependencies.colored] version = "2.*" [dependencies.env_logger] version = "0.9.*" [dependencies.indexmap] version = "1.8.1" features = ["serde"] [dependencies.log] version = "0.4.*" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.sudo] version = "0.6.0" [dependencies.unicode-width] version = "0.1.9" [dependencies.update-informer] version = "0.5.0" [build-dependencies.clap] version = "3.1.10" features = ["derive"] [build-dependencies.clap-verbosity-flag] version = "1.0.0" [build-dependencies.clap_complete] version = "3.1.3" [build-dependencies.clap_mangen] version = "0.1.6"