# 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 = "timezynk-bridge-models" version = "0.1.4" authors = ["Timezynk "] description = "API for synchronizing and mapping data from and to Timezynk. Oauth2 authentication, require permission level manager or api-client with scope write:company. Info about authentication [https://developer.timezynk.com](https://developer.timezynk.com/#section/Authentication)" license = "Unlicense" [[example]] name = "client" required-features = ["client"] [[example]] name = "server" required-features = ["server"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.frunk] version = "0.3.0" optional = true [dependencies.frunk-enum-core] version = "0.2.0" optional = true [dependencies.frunk-enum-derive] version = "0.2.0" optional = true [dependencies.frunk_core] version = "0.3.0" optional = true [dependencies.frunk_derives] version = "0.3.0" optional = true [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.11" optional = true [dependencies.hyper-tls] version = "0.1.2" optional = true [dependencies.lazy_static] version = "0.2" [dependencies.log] version = "0.3.0" [dependencies.mime] version = "0.2.6" [dependencies.multipart] version = "0.13.3" [dependencies.native-tls] version = "0.1.4" optional = true [dependencies.openssl] version = "0.9.14" optional = true [dependencies.percent-encoding] version = "1.0.0" optional = true [dependencies.regex] version = "0.2" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_ignored] version = "0.0.4" optional = true [dependencies.serde_json] version = "1.0" [dependencies.swagger] version = "2" [dependencies.tokio-core] version = "0.1.6" optional = true [dependencies.tokio-proto] version = "0.1.1" optional = true [dependencies.tokio-tls] version = "0.1.3" features = ["tokio-proto"] optional = true [dependencies.url] version = "1.5" optional = true [dev-dependencies.clap] version = "2.25" [dev-dependencies.error-chain] version = "0.12" [dev-dependencies.uuid] version = "0.5" features = ["serde", "v4"] [features] client = ["serde_ignored", "hyper", "hyper-tls", "native-tls", "openssl", "tokio-core", "url"] conversion = ["frunk", "frunk_derives", "frunk_core", "frunk-enum-core", "frunk-enum-derive"] default = ["client", "server"] server = ["serde_ignored", "hyper", "hyper-tls", "native-tls", "openssl", "tokio-core", "tokio-proto", "tokio-tls", "regex", "percent-encoding", "url"]