# 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 = "cyfs-task-manager" version = "0.6.4" description = "Rust cyfs-task-manager package" license = "BSD-2-Clause" [dependencies.async-std] version = "1.11.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.53" [dependencies.base58] version = "0.2.0" [dependencies.cyfs-base] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.generic-array] version = "0.12.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [target."cfg(all(target_os=\"windows\", target_env = \"gnu\"))".dependencies.sqlx] version = "0.5.11" features = [ "runtime-async-std-native-tls", "any", "sqlite", "mysql", ] [target."cfg(any(not(target_os=\"windows\"), not(target_env = \"gnu\")))".dependencies.sqlx] version = "0.5.11" features = [ "runtime-async-std-rustls", "any", "sqlite", "mysql", ]