# 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-server" 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" [[bin]] name = "hylarana-server" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4" features = ["derive"] [dependencies.hylarana-common] version = "0.2.0" [dependencies.hylarana-transport] version = "0.2.0" [dependencies.log] version = "0.4.20" [dependencies.mimalloc] version = "0.1.43" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.simple_logger] version = "4"