# 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 = "kaminari-cmd" version = "0.6.0" authors = ["zephyr "] description = "The ever fast websocket tunnel built on top of lightws." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/zephyrchien/kaminari/cmd" [[bin]] name = "kaminaric" path = "src/client.rs" [[bin]] name = "kaminaris" path = "src/server.rs" [dependencies.anyhow] version = "1" [dependencies.kaminari] version = "0.12" features = ["ws"] [dependencies.realm_io] version = "0.4.0" [dependencies.realm_syscall] version = "0.1.6" [dependencies.tokio] version = "1.9" features = [ "rt", "net", "macros", ] [features] default = ["tls-rustls"] tls-openssl = [] tls-rustls = ["kaminari/tls"]