# 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 = "gftp" version = "0.4.1" authors = ["Golem Factory "] description = "Golem File Transfer Protocol" homepage = "https://github.com/golemfactory/yagna" keywords = [ "golem", "yagna", ] license = "LGPL-3.0" repository = "https://github.com/golemfactory/yagna" [[bin]] name = "gftp" required-features = ["bin"] [dependencies.actix-rt] version = "2.7" [dependencies.anyhow] version = "1.0" [dependencies.digest] version = "0.8.1" [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.env_logger] version = "0.7.1" optional = true [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.8.2" [dependencies.structopt] version = "0.3.9" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1" features = [ "io-std", "time", ] [dependencies.url] version = "2.1.1" features = ["serde"] [dependencies.ya-compile-time-utils] version = "0.2" [dependencies.ya-core-model] version = "0.10" features = [ "gftp", "identity", "net", ] [dependencies.ya-service-bus] version = "0.7.1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.sha3] version = "0.8.2" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tokio] version = "1" features = ["process"] [build-dependencies] [features] bin = [ "env_logger", "dotenv", ] default = []