# 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 = "libcfd" version = "0.1.0" description = "A port of cloudflared (Cloudflare Tunnel Client) to Rust." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apersomany/libcfd" [dependencies.anyhow] version = "1.0" [dependencies.async-tungstenite] version = "0.25" [dependencies.base64] version = "0.21" [dependencies.capnp] version = "0.19" [dependencies.capnp-futures] version = "0.19" [dependencies.capnp-rpc] version = "0.19" [dependencies.futures] version = "0.3" [dependencies.quinn] version = "0.10" features = ["futures-io"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rustls] version = "0.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.tokio] version = "1.36" features = [ "rt", "net", ] [dependencies.uuid] version = "1.7" [build-dependencies.capnpc] version = "0.19"