# 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 = "rc-storage" version = "0.1.1" authors = ["Nathan ROYER "] description = "Web interface to mount and browse storage partitions" readme = "README.md" keywords = ["storage", "linux", "partition"] license = "MIT" repository = "https://github.com/NathanRoyer/rc-storage" resolver = "2" [dependencies.actix-files] version = "0.6.0" [dependencies.actix-form-data] version = "0.6.2" [dependencies.actix-web] version = "4.0.1" [dependencies.futures-util] version = "0.3.17" [dependencies.storage-list] version = "1.0.0" [dependencies.sys-mount] version = "1.5.1" default-features = false [dependencies.temp-file] version = "0.1.7" [dependencies.urlencoding] version = "2.1.0"