# 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 = "rk" version = "0.1.0" authors = ["mahdi robatipoor "] include = ["src/**/*", "README.md", "CHANGELOG.md"] description = "share file" homepage = "https://github.com/rustland-fa/rock" keywords = ["share", "file", "rock"] license = "MIT" repository = "https://github.com/rustland-fa/rock" [dependencies.aes-gcm-siv] version = "0.9.0" [dependencies.bytes] version = "1.0.1" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.confy] version = "0.4.0" [dependencies.dirs] version = "3.0.1" [dependencies.flate2] version = "1.0.20" features = ["tokio"] [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.15.0" [dependencies.once_cell] version = "1.7.2" [dependencies.pnet] version = "0.27.2" [dependencies.rand] version = "0.8.3" [dependencies.reqwest] version = "0.11.2" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.sha2] version = "0.9.3" [dependencies.tokio] version = "1.4.0" features = ["full"] [dependencies.trust-dns-resolver] version = "0.20.1"