# 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 = "ya-sb-util" version = "0.5.1" authors = ["Golem Factory "] description = "Golem Service Bus: API and Router common code" homepage = "https://github.com/golemfactory/ya-service-bus/crates/util" license = "LGPL-3.0" repository = "https://github.com/golemfactory/ya-service-bus" resolver = "2" [dependencies.actix] version = "0.13" optional = true default-features = false [dependencies.bitflags] version = "1.2.1" optional = true [dependencies.bytes] version = "1" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.pin-project] version = "0.4" optional = true [dependencies.ring] version = "0.17.8" [dependencies.rustls] version = "0.22" optional = true [dependencies.sha2] version = "0.10.8" optional = true [features] default = [] with-bytes = ["bytes"] with-futures = [ "pin-project", "futures", ] with-tls = [ "rustls", "sha2", "hex", ] with-writer = [ "actix", "bitflags", "futures", ]