# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ramup" version = "0.1.4" authors = ["mkazutaka "] description = "A command supports your work on RAMDisk" homepage = "https://github.com/mkazutaka/ramup" readme = "Readme.md" keywords = ["ramdisk"] license = "MIT" repository = "https://github.com/mkazutaka/ramup" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "~2.27.0" features = ["yaml"] [dependencies.console] version = "0.9" [dependencies.ctrlc] version = "3.1.3" [dependencies.fs_extra] version = "1.1.0" [dependencies.indicatif] version = "0.14" [dependencies.path_abs] version = "0.5" [dependencies.plist] version = "0.5" [dependencies.rust-embed] version = "5.2.0" [dependencies.rusync] version = "0.5.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.shellexpand] version = "1.1.1" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dev-dependencies.serial_test] version = "0.3" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tempfile] version = "3"