# 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 = "wa" version = "0.1.7" authors = ["Raphael Amorim "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform window assistant made primarily for Rio terminal" homepage = "https://raphamorim.io/rio" readme = "README.md" license = "MIT" repository = "https://github.com/raphamorim/rio" [lib] name = "wa" path = "src/lib.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.fnv] version = "1.0.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.raw-window-handle] version = "0.6.2" [dependencies.smol_str] version = "0.2.2" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.futures] version = "0.3.30" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.libc] version = "0.2.155" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc] version = "0.2.7"