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