# 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 = "hylarana-transport" version = "0.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform screen casting library implemented by Rust." readme = "README.md" license = "LGPL-2.1-only" repository = "https://github.com/mycrl/hylarana" [lib] name = "hylarana_transport" path = "src/lib.rs" [dependencies.bytes] version = "1.5.0" [dependencies.crossbeam] version = "0.8.4" [dependencies.hylarana-common] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.19.0" [dependencies.os_socketaddr] version = "0.2.5" [dependencies.parking_lot] version = "0.12" [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.socket2] version = "0.5.6" [dependencies.tokio] version = "1.37.0" features = [ "net", "sync", "macros", "rt-multi-thread", ] [dependencies.xxhash-rust] version = "0.8.11" features = [ "xxh3", "xxh64", ] [build-dependencies.anyhow] version = "1.0.79" [build-dependencies.which] version = "6.0.3"