# 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 = "netidx-wsproxy" version = "0.26.1" authors = ["Eric Stokes "] description = "netidx websocket proxy" homepage = "https://netidx.github.io/netidx-book/" documentation = "https://docs.rs/netidx" readme = "README.md" keywords = [ "networking", "distributed", "kerberos", "tool", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/estokes/netidx" [dependencies.anyhow] version = "1" [dependencies.arcstr] version = "1" features = ["serde"] [dependencies.bytes] version = "1" features = ["serde"] [dependencies.chrono] version = "^0.4.24" features = ["serde"] [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.fxhash] version = "0.2" [dependencies.log] version = "0.4" [dependencies.netidx] version = "0.26.0" default_features = false [dependencies.netidx-core] version = "0.26.0" default_features = false [dependencies.netidx-protocols] version = "0.26.0" default_features = false [dependencies.once_cell] version = "1.17.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1" features = ["rc"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "time", "io-util", "fs", "sync", "process", "macros", "signal", "io-std", ] [dependencies.uuid] version = "1" features = [ "v4", "serde", ] [dependencies.warp] version = "0.3" features = ["tls"] [features] default = [] krb5_iov = ["netidx/krb5_iov"]