# 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 = "gcdevproxy" version = "0.3.0" authors = ["GoodCam "] description = """ GoodCam Device Proxy library """ documentation = "https://docs.rs/gcdevproxy/" readme = "README.md" keywords = [ "network", "protocol", "library", "goodcam", ] license = "MIT" repository = "https://github.com/GoodCam/device-proxy-lib" [profile.c-lib] panic = "abort" inherits = "release" strip = true [profile.release] lto = true codegen-units = 1 incremental = false [lib] crate-type = [ "lib", "cdylib", ] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.h2] version = "0.4" [dependencies.http] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "http1", "http2", "server", ] [dependencies.hyper-util] version = "0.1" features = [ "server-auto", "tokio", ] [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.pin-project-lite] version = "0.2" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.tokio] version = "1" features = [ "net", "rt", "rt-multi-thread", "time", ] [dependencies.tokio-openssl] version = "0.6" [dependencies.tokio-util] version = "0.7" features = ["io"] [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] c-api = [ "libc", "log/std", ] default = []