# 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 = "2018" name = "rvpk" version = "1.1.0" authors = ["Mathias Panzenböck "] exclude = [ "release.sh", "VPK.md", ] description = "A tool to create, list, check, and unpack Valve VPK files files." readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/panzi/rust-vpk" [dependencies.clap] version = "2.33.3" [dependencies.crc] version = "1.8.1" [dependencies.md5] version = "0.7.0" [features] default = ["fuse"] fuse = [ "cntr-fuse", "daemonize", ] [target."cfg(target_os = \"linux\")".dependencies.cntr-fuse] version = "0.4" optional = true [target."cfg(target_os = \"linux\")".dependencies.daemonize] version = "0.4.1" optional = true [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.83"