# 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-discovery" version = "0.2.0" build = false 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_discovery" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.mdns-sd] version = "0.11.5" [dependencies.serde] version = "1.0.215" [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "2.0.3" [dependencies.uuid] version = "1.11.0" features = ["v4"]