# 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" rust-version = "1.80.1" name = "cosmic-hyperlane-tcp" version = "0.3.14" authors = ["Scott Williams"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Adds TCP server and client to cosmic-hyperlane" homepage = "https://starlane.io" readme = "README.md" license = "MIT" repository = "https://github.com/cosmic-initiative/cosmic-initiative.git" [lib] name = "cosmic_hyperlane_tcp" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.48" [dependencies.bincode] version = "1.3.3" [dependencies.cosmic-hyperlane] version = "0.3.14" [dependencies.cosmic-space] version = "0.3.14" [dependencies.rcgen] version = "0.9.3" [dependencies.rustls] version = "0.20" [dependencies.semver] version = "1.0.10" features = ["serde"] [dependencies.tls-api-rustls] version = "0.9.0" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.tokio-rustls] version = "0.23" [dev-dependencies.chrono] version = "0.4.19" features = ["serde"] [dev-dependencies.uuid] version = "1.1.2" features = ["v4"]