# 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] edition = "2018" name = "hvcg_enrolable_openapi_program" version = "0.0.1" authors = [] description = "This is a sample server program info server. For this sample, you can use the api key `special-key` to test the authorization filters." license = "Unlicense" [[example]] name = "client" required-features = ["client"] [[example]] name = "server" required-features = ["server"] [dependencies.async-trait] version = "0.1.24" [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.3" [dependencies.hyper] version = "0.13" optional = true [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4.0" [dependencies.mime] version = "0.3" [dependencies.percent-encoding] version = "2.1.0" optional = true [dependencies.regex] version = "1.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_ignored] version = "0.1.1" optional = true [dependencies.serde_json] version = "1.0" [dependencies.swagger] version = "5.0.2" [dependencies.url] version = "2.1" optional = true [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dev-dependencies.clap] version = "2.25" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.tokio] version = "0.2" features = ["rt-threaded", "macros", "stream"] [dev-dependencies.tokio-tls] version = "0.3" [features] client = ["hyper", "hyper-openssl", "hyper-tls", "native-tls", "openssl", "url"] conversion = ["frunk", "frunk_derives", "frunk_core", "frunk-enum-core", "frunk-enum-derive"] default = ["client", "server"] server = ["serde_ignored", "hyper", "regex", "percent-encoding", "url", "lazy_static"] [target."cfg(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\"))".dependencies.hyper-tls] version = "0.4" optional = true [target."cfg(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\"))".dependencies.native-tls] version = "0.2" optional = true [target."cfg(not(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\")))".dependencies.hyper-openssl] version = "0.8" optional = true [target."cfg(not(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\")))".dependencies.openssl] version = "0.10" optional = true [target."cfg(not(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\")))".dev-dependencies.openssl] version = "0.10" [target."cfg(not(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\")))".dev-dependencies.tokio-openssl] version = "0.4"