# 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 = "xdvdfs-cli" version = "0.8.3" build = false exclude = [ "**/*.iso", "**/*.xiso", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for interacting with XISO/XDVDFS images" homepage = "https://github.com/antangelo/xdvdfs" readme = "README.md" keywords = [ "cli", "filesystem", "xdvdfs", ] license = "MIT" repository = "https://github.com/antangelo/xdvdfs" [[bin]] name = "xdvdfs" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.73" [dependencies.ciso] version = "0.2.0" default-features = false [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.maybe-async] version = "0.2.7" [dependencies.md-5] version = "0.10.5" default-features = false [dependencies.serde] version = "1.0.209" [dependencies.toml] version = "0.8.19" features = ["preserve_order"] [dependencies.xdvdfs] version = "0.8.3" [features] sync = [ "xdvdfs/sync", "maybe-async/is_sync", ]