# 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 = "hala-qtun" version = "0.1.6" description = "Quic-based tunneling protocol using the hala-rproxy framework" documentation = "https://docs.rs/hala-qtun" license = "MIT" repository = "https://github.com/HalaOS/hala-rs.git" [package.metadata.docs.rs] all-features = true [dependencies.clap] version = "^4.4" features = ["derive"] optional = true [dependencies.duration-str] version = "0.7.1" [dependencies.futures] version = "^0.3.29" features = [ "executor", "thread-pool", ] [dependencies.hala-future] version = "^0.1" [dependencies.hala-io] version = "^0.1" [dependencies.hala-quic] version = "^0.1" [dependencies.hala-rproxy] version = "^0.1" [dependencies.hala-tcp] version = "^0.1" [dependencies.log] version = "^0.4" [features] app = ["clap"] client = [] default = [ "app", "client", "server", ] server = []