# 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-common" 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_common" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = [ "clock", "alloc", ] [dependencies.fern] version = "0.6.2" features = [ "date-based", "colored", "syslog-6", ] [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.56" [target.'cfg(target_os = "macos")'.dependencies.core-video-sys] version = "0.1.4" default-features = false [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32", "Win32_UI", "Win32_UI_WindowsAndMessaging", "Win32_Graphics", "Win32_Graphics_Dxgi", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D12", "Win32_System", "Win32_System_Com", "Win32_System_Threading", "Win32_Media", "Win32_Media_MediaFoundation", "Win32_Security", ]