# 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] name = "synac" version = "0.6.2" authors = ["ELChris414 "] description = "Synac client library for Rust" license-file = "LICENSE" repository = "https://github.com/ELChris414/synac-rs" [dependencies.failure] version = "0.1.1" [dependencies.futures] version = "0.1.17" optional = true [dependencies.openssl] version = "0.10.2" [dependencies.rmp-serde] version = "0.13.7" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.tokio-core] version = "0.1.12" optional = true [dependencies.tokio-io] version = "0.1.4" optional = true [dependencies.tokio-openssl] version = "0.2.0" optional = true [features] tokio = ["futures", "tokio-core", "tokio-io", "tokio-openssl"]